diff options
author | jao <jao@gnu.org> | 2014-10-11 20:21:38 +0200 |
---|---|---|
committer | jao <jao@gnu.org> | 2014-10-11 20:22:10 +0200 |
commit | 98938f15c39baaaff52d70606dfba49c4bb854b5 (patch) | |
tree | e65ad89776e219c6f385aac1677cfd83c588e141 /xmobar.cabal | |
parent | ee0c2639f99a4f8ee422b3d0b52323f887d0a9ec (diff) | |
download | xmobar-98938f15c39baaaff52d70606dfba49c4bb854b5.tar.gz xmobar-98938f15c39baaaff52d70606dfba49c4bb854b5.tar.bz2 |
Compatibility with mtl 2.1
Thanks to Apollon Oikonomopoulos!!
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 469e45c..fe500f1 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -110,8 +110,9 @@ executable xmobar unix, time, filepath, + transformers, X11 >= 1.6.1, - mtl >= 2.2.1 && < 2.3, + mtl >= 2.1 && < 2.3, parsec == 3.1.*, HTTP >= 4000, stm >= 2.3 && < 2.5 |