mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-26 11:57:01 +03:00
Update the "list-t" bounds
This commit is contained in:
parent
e4e6a51259
commit
73a5d38f01
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user