From f4027cb5fdbf7b3268308d548aa1f305dac1f7dd Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sun, 22 May 2016 11:02:37 -0700 Subject: [PATCH] Pin hasql-* dep versions This allows packdeps to warn us when they get out of date --- postgrest.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/postgrest.cabal b/postgrest.cabal index 1c8c2dc6d..7bd7b579b 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -34,9 +34,9 @@ executable postgrest , containers , contravariant , errors - , hasql >= 0.19.9 && < 0.20 - , hasql-pool >= 0.4 && < 0.5 - , hasql-transaction >= 0.4.3 && < 0.5 + , hasql == 0.19.12 + , hasql-pool == 0.4.1 + , hasql-transaction == 0.4.4.1 , http-types , interpolatedstring-perl6 , jwt