diff options
Diffstat (limited to 'x11-wm/hs-xmonad/files/patch-xmonad.cabal')
-rw-r--r-- | x11-wm/hs-xmonad/files/patch-xmonad.cabal | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/hs-xmonad/files/patch-xmonad.cabal b/x11-wm/hs-xmonad/files/patch-xmonad.cabal new file mode 100644 index 000000000000..31e082540956 --- /dev/null +++ b/x11-wm/hs-xmonad/files/patch-xmonad.cabal @@ -0,0 +1,11 @@ +--- xmonad.cabal.orig 2015-03-27 17:59:21 UTC ++++ xmonad.cabal +@@ -58,7 +58,7 @@ library + else + build-depends: base < 3 + build-depends: X11>=1.5 && < 1.7, mtl, unix, +- utf8-string >= 0.3 && < 0.4 ++ utf8-string >= 0.3 + + if true + ghc-options: -funbox-strict-fields -Wall |