From 73a5d38f017ff6a905b1bbc1c9b7298d35459134 Mon Sep 17 00:00:00 2001 From: Nikita Volkov Date: Sat, 29 Nov 2014 20:18:38 +0300 Subject: [PATCH] Update the "list-t" bounds --- .travis.yml | 1 + hasql.cabal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 00467ed..7875302 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/hasql.cabal b/hasql.cabal index d6586ea..5f8e462 100644 --- a/hasql.cabal +++ b/hasql.cabal @@ -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: