From cd27e9dcdecafad7b48993fe8c8fa5855140bab0 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sun, 26 Jun 2016 06:02:30 -0400 Subject: [PATCH] Add version bounds on http-types Postgresst uses hAllow, which was only added in 0.9. --- postgrest.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgrest.cabal b/postgrest.cabal index 5a89d4019..69649b8b0 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -41,7 +41,7 @@ executable postgrest , hasql == 0.19.12 , hasql-pool == 0.4.1 , hasql-transaction == 0.4.5.1 - , http-types + , http-types >= 0.9 && < 0.10 , interpolatedstring-perl6 , jwt , lens >=3.8 && < 5.0