Pin hasql, protolude and jose versions in cabal
This commit is contained in:
committed by
Steve Chávez
parent
5e7606134a
commit
17cd2725fd
+11
-11
@@ -32,10 +32,10 @@ executable postgrest
|
|||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
build-depends: auto-update
|
build-depends: auto-update
|
||||||
, base >= 4.8 && < 4.10
|
, base >= 4.8 && < 4.10
|
||||||
, hasql
|
, hasql == 1.1
|
||||||
, hasql-pool
|
, hasql-pool == 0.4.3
|
||||||
, postgrest
|
, postgrest
|
||||||
, protolude
|
, protolude == 0.2.2
|
||||||
, text
|
, text
|
||||||
, time
|
, time
|
||||||
, warp
|
, warp
|
||||||
@@ -63,21 +63,21 @@ library
|
|||||||
, contravariant-extras
|
, contravariant-extras
|
||||||
, either
|
, either
|
||||||
, gitrev
|
, gitrev
|
||||||
, hasql
|
, hasql == 1.1
|
||||||
, hasql-pool
|
, hasql-pool == 0.4.3
|
||||||
, hasql-transaction < 0.6
|
, hasql-transaction == 0.5.2
|
||||||
, heredoc
|
, heredoc
|
||||||
, HTTP
|
, HTTP
|
||||||
, http-types
|
, http-types
|
||||||
, insert-ordered-containers
|
, insert-ordered-containers
|
||||||
, interpolatedstring-perl6
|
, interpolatedstring-perl6
|
||||||
, jose
|
, jose == 0.7.0.0
|
||||||
, lens
|
, lens
|
||||||
, lens-aeson
|
, lens-aeson
|
||||||
, network-uri
|
, network-uri
|
||||||
, optparse-applicative >= 0.13 && < 0.15
|
, optparse-applicative >= 0.13 && < 0.15
|
||||||
, parsec
|
, parsec
|
||||||
, protolude >= 0.2.2
|
, protolude == 0.2.2
|
||||||
, Ranged-sets == 0.3.0
|
, Ranged-sets == 0.3.0
|
||||||
, regex-tdfa
|
, regex-tdfa
|
||||||
, scientific
|
, scientific
|
||||||
@@ -151,8 +151,8 @@ Test-Suite spec
|
|||||||
, cassava
|
, cassava
|
||||||
, containers
|
, containers
|
||||||
, contravariant
|
, contravariant
|
||||||
, hasql
|
, hasql == 1.1
|
||||||
, hasql-pool
|
, hasql-pool == 0.4.3
|
||||||
, heredoc
|
, heredoc
|
||||||
, hjsonschema == 1.5.0.1
|
, hjsonschema == 1.5.0.1
|
||||||
, hspec
|
, hspec
|
||||||
@@ -164,7 +164,7 @@ Test-Suite spec
|
|||||||
, monad-control
|
, monad-control
|
||||||
, postgrest
|
, postgrest
|
||||||
, process
|
, process
|
||||||
, protolude
|
, protolude == 0.2.2
|
||||||
, regex-tdfa
|
, regex-tdfa
|
||||||
, time
|
, time
|
||||||
, transformers-base
|
, transformers-base
|
||||||
|
|||||||
Reference in New Issue
Block a user