From 894455f2cd7a0b8ecc31e6fbea3bbe5183613591 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Wed, 12 Aug 2015 00:05:38 -0700 Subject: [PATCH] Relax hasql deps for packdeps checker --- postgrest.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/postgrest.cabal b/postgrest.cabal index b225c9de1..055c7dff0 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -27,8 +27,9 @@ executable postgrest default-language: Haskell2010 build-depends: base >=4.6 && <5 , postgrest - , hasql == 0.7.3.*, hasql-backend == 0.4.1.* - , hasql-postgres == 0.10.4.* + , hasql >= 0.7.3 && < 0.8 + , hasql-backend >= 0.4.1 && < 0.5 + , hasql-postgres >= 0.10.4 && < 0.11 , warp >= 3.0.2, wai >= 3.0.1 , wai-extra, wai-cors , wai-middleware-static >= 0.6.0