Pin hasql, protolude and jose versions in cabal

This commit is contained in:
steve-chavez
2018-08-31 09:09:17 -05:00
committed by Steve Chávez
parent 5e7606134a
commit 17cd2725fd
+11 -11
View File
@@ -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