From 384767708b262be11aff06c99bd1e40b5a701c39 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Tue, 15 May 2018 05:39:24 +0000 Subject: [PATCH] postgrest.cabal: fix constraints on protolude and hasql-transaction --- postgrest.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgrest.cabal b/postgrest.cabal index 5782309c0..cb235c421 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -64,7 +64,7 @@ library , gitrev , hasql , hasql-pool - , hasql-transaction + , hasql-transaction < 0.6 , heredoc , HTTP , http-types @@ -76,7 +76,7 @@ library , network-uri , optparse-applicative >= 0.13 && < 0.15 , parsec - , protolude >= 0.2 + , protolude >= 0.2 && < 0.2.2 , Ranged-sets == 0.3.0 , regex-tdfa , safe