1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-07-29 03:01:51 -07:00

Restrict dependencies, since mtl-2 is incompatible

A couple removed constructors need to be replaced by the lowercase versions
(ex. State = StateT Identity now). But it isn't clear that mtl-1 should be
dropped.
This commit is contained in:
Adam Vogt
2010-11-13 02:22:04 +00:00
parent b1ff22411d
commit f9d2a6bd7f

@@ -56,7 +56,7 @@ library
extensions: ForeignFunctionInterface extensions: ForeignFunctionInterface
cpp-options: -DXFT cpp-options: -DXFT
build-depends: mtl, unix, X11>=1.5.0.0 && < 1.6, xmonad>=0.9.1, xmonad<0.10, utf8-string build-depends: mtl < 2, unix, X11>=1.5.0.0 && < 1.6, xmonad>=0.9.1, xmonad<0.10, utf8-string
if true if true
ghc-options: -fwarn-tabs -Wall ghc-options: -fwarn-tabs -Wall