From 17cd2725fd026a5ca14aca0bdaa7e5618889fcf7 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Wed, 29 Aug 2018 11:59:28 -0500 Subject: [PATCH] Pin hasql, protolude and jose versions in cabal --- postgrest.cabal | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/postgrest.cabal b/postgrest.cabal index 60b61f68b..b1fffbaa4 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -32,10 +32,10 @@ executable postgrest default-language: Haskell2010 build-depends: auto-update , base >= 4.8 && < 4.10 - , hasql - , hasql-pool + , hasql == 1.1 + , hasql-pool == 0.4.3 , postgrest - , protolude + , protolude == 0.2.2 , text , time , warp @@ -63,21 +63,21 @@ library , contravariant-extras , either , gitrev - , hasql - , hasql-pool - , hasql-transaction < 0.6 + , hasql == 1.1 + , hasql-pool == 0.4.3 + , hasql-transaction == 0.5.2 , heredoc , HTTP , http-types , insert-ordered-containers , interpolatedstring-perl6 - , jose + , jose == 0.7.0.0 , lens , lens-aeson , network-uri , optparse-applicative >= 0.13 && < 0.15 , parsec - , protolude >= 0.2.2 + , protolude == 0.2.2 , Ranged-sets == 0.3.0 , regex-tdfa , scientific @@ -151,8 +151,8 @@ Test-Suite spec , cassava , containers , contravariant - , hasql - , hasql-pool + , hasql == 1.1 + , hasql-pool == 0.4.3 , heredoc , hjsonschema == 1.5.0.1 , hspec @@ -164,7 +164,7 @@ Test-Suite spec , monad-control , postgrest , process - , protolude + , protolude == 0.2.2 , regex-tdfa , time , transformers-base