From c78d323989b816ed7f18068b3c7408a486f04ca2 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sat, 4 Apr 2015 17:43:14 -0700 Subject: [PATCH] Specify hasql versions exactly to help ci --- postgrest.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/postgrest.cabal b/postgrest.cabal index aba13bc4b..1ea29e463 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -19,8 +19,8 @@ executable postgrest default-language: Haskell2010 default-extensions: OverloadedStrings, ScopedTypeVariables, QuasiQuotes build-depends: base >=4.6 && <5 - , hasql == 0.7.*, hasql-backend - , hasql-postgres >= 0.10.3 && <0.11 + , hasql == 0.7.3, hasql-backend == 0.4.1 + , hasql-postgres == 0.10.3 , warp >= 3.0.2, wai >= 3.0.1 , wai-extra, wai-cors , wai-middleware-static >= 0.6.0 @@ -73,8 +73,8 @@ Test-Suite spec , SpecHelper Build-Depends: base, hspec >= 2.1.2, QuickCheck , hspec-wai >= 0.5.0, hspec-wai-json - , hasql == 0.7.*, hasql-backend - , hasql-postgres >= 0.10.3 && <0.11 + , hasql == 0.7.3, hasql-backend == 0.4.1 + , hasql-postgres == 0.10.3 , warp, wai , packdeps, hlint , HTTP, convertible