diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2010-11-13 03:22:04 +0100 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2010-11-13 03:22:04 +0100 |
commit | c46b3f207ac6a88c041f5608ae5884712976eba9 (patch) | |
tree | 529950fbf1897bb0321b83394c34878e9ae28674 | |
parent | 20b517f2954cc5eaa4211d16a75152fbb0d3db15 (diff) | |
download | XMonadContrib-c46b3f207ac6a88c041f5608ae5884712976eba9.tar.gz XMonadContrib-c46b3f207ac6a88c041f5608ae5884712976eba9.tar.xz XMonadContrib-c46b3f207ac6a88c041f5608ae5884712976eba9.zip |
Restrict dependencies, since mtl-2 is incompatible
Ignore-this: d6565f9033cc40fd177a20d1688f3ed7
A couple removed constructors need to be replaced by the lowercase versions
(ex. State
darcs-hash:20101113022204-1499c-2200b106999a84f3933ae626b7df647a4c51b6cf.gz
Diffstat (limited to '')
-rw-r--r-- | xmonad-contrib.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index ab636ca..f153c24 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -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 |