Update the "list-t" bounds

This commit is contained in:
Nikita Volkov 2014-11-29 20:18:38 +03:00
parent e4e6a51259
commit 73a5d38f01
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ install:
cabal install "text == 1.0.*";
cabal install "attoparsec == 0.10.*";
cabal install "time == 1.4.*";
cabal install "list-t == 0.2.*";
fi;
# Work around the "haskell-src-exts" implicit dependency:
- cabal install happy

View File

@ -105,7 +105,7 @@ library
bytestring == 0.10.*,
text >= 1.0 && < 1.3,
-- control:
list-t >= 0.2.4 && < 0.3,
list-t >= 0.2.4 && < 0.4,
monad-control == 0.3.*,
transformers-base == 0.4.*,
-- errors: