xmonad-contrib.cabal: simplify xmonad dependency to >=0.10 && < 0.11

Unless there is a particular reason for listing the lower and upper bounds
separately then this seems simpler and cleaner.
This commit is contained in:
Jens Petersen 2012-03-12 10:18:00 +00:00
parent e2bb57bd63
commit d2a076b1e7

View File

@ -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