From 97ea99402d22454a6615ab1ec51b1f7d66be1498 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 28 May 2019 16:20:33 +0200 Subject: [PATCH] Add lower bound for http-types parseQueryReplacePlus was introduced with version 0.12.2. --- postgrest.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgrest.cabal b/postgrest.cabal index 47b13bae2..3250672c6 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -70,7 +70,7 @@ library , hasql-transaction >= 0.7 && < 0.8 , heredoc , HTTP - , http-types + , http-types >= 0.12.2 , insert-ordered-containers , interpolatedstring-perl6 , jose == 0.7.0.0