Pin hasql versions in cabal and stack
This commit is contained in:
committed by
Steve Chávez
parent
e0cc4d1571
commit
27ca6b4e90
+7
-7
@@ -33,8 +33,8 @@ 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 == 1.1
|
, hasql >= 1.3 && < 1.4
|
||||||
, hasql-pool == 0.4.3
|
, hasql-pool >= 0.5 && < 0.6
|
||||||
, postgrest
|
, postgrest
|
||||||
, protolude == 0.2.2
|
, protolude == 0.2.2
|
||||||
, text
|
, text
|
||||||
@@ -64,9 +64,9 @@ library
|
|||||||
, contravariant-extras
|
, contravariant-extras
|
||||||
, either
|
, either
|
||||||
, gitrev
|
, gitrev
|
||||||
, hasql >= 1.3
|
, hasql >= 1.3 && < 1.4
|
||||||
, hasql-pool >= 0.5
|
, hasql-pool >= 0.5 && < 0.6
|
||||||
, hasql-transaction >= 0.7
|
, hasql-transaction >= 0.7 && < 0.8
|
||||||
, heredoc
|
, heredoc
|
||||||
, HTTP
|
, HTTP
|
||||||
, http-types
|
, http-types
|
||||||
@@ -152,8 +152,8 @@ Test-Suite spec
|
|||||||
, cassava
|
, cassava
|
||||||
, containers
|
, containers
|
||||||
, contravariant
|
, contravariant
|
||||||
, hasql == 1.1
|
, hasql >= 1.3 && < 1.4
|
||||||
, hasql-pool == 0.4.3
|
, hasql-pool >= 0.5 && < 0.6
|
||||||
, heredoc
|
, heredoc
|
||||||
, hjsonschema == 1.5.0.1
|
, hjsonschema == 1.5.0.1
|
||||||
, hspec
|
, hspec
|
||||||
|
|||||||
+4
-3
@@ -6,9 +6,10 @@ extra-deps:
|
|||||||
- hjsonschema-1.5.0.1
|
- hjsonschema-1.5.0.1
|
||||||
- Ranged-sets-0.3.0
|
- Ranged-sets-0.3.0
|
||||||
- protolude-0.2.2
|
- protolude-0.2.2
|
||||||
- hasql-1.1
|
- hasql-1.3
|
||||||
- hasql-pool-0.4.3
|
- hasql-pool-0.5
|
||||||
- hasql-transaction-0.5.2
|
- hasql-transaction-0.7
|
||||||
|
- text-builder-0.5.1.1
|
||||||
- jose-0.7.0.0
|
- jose-0.7.0.0
|
||||||
- postgresql-libpq-0.9.4.1
|
- postgresql-libpq-0.9.4.1
|
||||||
ghc-options:
|
ghc-options:
|
||||||
|
|||||||
Reference in New Issue
Block a user