diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-06-27 16:23:30 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 16:23:30 -0400 |
commit | 8863badc72be7687bea5e2a6352c379adc7e7d60 (patch) | |
tree | ac0ff1ba14ae2196bae07fcf83aed25df43ceab8 /haskell/xmonad-contrib/xmonad-contrib_cabal.patch | |
parent | e26b0c8f801d5bb1d881e14dae90cd8b0d9d1fe8 (diff) |
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.patch | 11 |
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 0000000000000..dd207436c0e77 --- /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 |