diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-07-17 08:39:02 +0300 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-07-17 08:39:02 +0300 |
commit | 70176bb674b70fbfa4bccc58824bdfb72f7f22db (patch) | |
tree | 0d067c3622127a77fb83f6502ec000a134511ed3 | |
parent | ad5439d9bd4b9822bdbe26d4102665ada487c756 (diff) | |
download | xmobar-70176bb674b70fbfa4bccc58824bdfb72f7f22db.tar.gz xmobar-70176bb674b70fbfa4bccc58824bdfb72f7f22db.tar.bz2 |
xmobar.cabal: allow stm-2.4 and mtl-2.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r-- | xmobar.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 71ea524..3b235bb 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -112,9 +112,9 @@ executable xmobar time, filepath, X11 == 1.6.*, - mtl == 2.0.*, + mtl >= 2.0 && < 2.2, parsec == 3.1.*, - stm == 2.3.* + stm >= 2.3 && <2.5 if flag(small_base) build-depends: |