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

View File

@ -56,7 +56,7 @@ library
extensions: ForeignFunctionInterface
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
ghc-options: -fwarn-tabs -Wall