mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -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:
parent
b1ff22411d
commit
f9d2a6bd7f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user