summaryrefslogtreecommitdiffstats
path: root/haskell/xmonad-contrib/xmonad-contrib_cabal.patch
diff options
context:
space:
mode:
author Mikko Värri2012-06-27 22:23:30 +0200
committer dsomero2012-06-27 22:23:30 +0200
commit8863badc72be7687bea5e2a6352c379adc7e7d60 (patch)
treeac0ff1ba14ae2196bae07fcf83aed25df43ceab8 /haskell/xmonad-contrib/xmonad-contrib_cabal.patch
parente26b0c8f801d5bb1d881e14dae90cd8b0d9d1fe8 (diff)
downloadslackbuilds-8863badc72be7687bea5e2a6352c379adc7e7d60.tar.gz
haskell/xmonad-contrib: Adjust build for ghc 7.4.x.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/xmonad-contrib/xmonad-contrib_cabal.patch')
-rw-r--r--haskell/xmonad-contrib/xmonad-contrib_cabal.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/haskell/xmonad-contrib/xmonad-contrib_cabal.patch b/haskell/xmonad-contrib/xmonad-contrib_cabal.patch
new file mode 100644
index 0000000000..dd207436c0
--- /dev/null
+++ b/haskell/xmonad-contrib/xmonad-contrib_cabal.patch
@@ -0,0 +1,11 @@
+--- xmonad-contrib.cabal.orig 2012-05-16 02:46:22.006000000 +0300
++++ xmonad-contrib.cabal 2012-05-16 02:47:01.352999062 +0300
+@@ -61,7 +61,7 @@
+ extensions: ForeignFunctionInterface
+ cpp-options: -DXFT
+
+- build-depends: mtl >= 1 && < 3, unix, X11>=1.5.0.0 && < 1.6, xmonad>=0.10, xmonad<0.11, utf8-string
++ build-depends: mtl >= 1 && < 3, unix, X11>=1.5.0.0 && < 1.7, xmonad>=0.10, xmonad<0.11, utf8-string
+
+ if true
+ ghc-options: -fwarn-tabs -Wall