aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal
diff options
context:
space:
mode:
authorJens Petersen <juhp@community.haskell.org>2012-03-12 11:18:00 +0100
committerJens Petersen <juhp@community.haskell.org>2012-03-12 11:18:00 +0100
commit6527552fae93844748456f0fb6b431fb1ed174cc (patch)
tree7bf2af1554fe3cbc028aba15f1f440d8a9dbb047 /xmonad-contrib.cabal
parent4b0106241462cf6d9b4bf4c6a3cc167858777ede (diff)
downloadXMonadContrib-6527552fae93844748456f0fb6b431fb1ed174cc.tar.gz
XMonadContrib-6527552fae93844748456f0fb6b431fb1ed174cc.tar.xz
XMonadContrib-6527552fae93844748456f0fb6b431fb1ed174cc.zip
xmonad-contrib.cabal: simplify xmonad dependency to >
Ignore-this: 1ff5a0caa2a1e3487e9a0831e385b3d2 Unless there is a particular reason for listing the lower and upper bounds separately then this seems simpler and cleaner. darcs-hash:20120312101800-2376b-352f75ffc425adca3217cba8c6725cf23fb04f9f.gz
Diffstat (limited to 'xmonad-contrib.cabal')
-rw-r--r--xmonad-contrib.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal
index 6786e7c..d42005e 100644
--- a/xmonad-contrib.cabal
+++ b/xmonad-contrib.cabal
@@ -61,7 +61,7 @@ library
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.6, xmonad>=0.10 && < 0.11, utf8-string
if true
ghc-options: -fwarn-tabs -Wall