Relax hasql deps for packdeps checker
This commit is contained in:
+3
-2
@@ -27,8 +27,9 @@ executable postgrest
|
|||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
build-depends: base >=4.6 && <5
|
build-depends: base >=4.6 && <5
|
||||||
, postgrest
|
, postgrest
|
||||||
, hasql == 0.7.3.*, hasql-backend == 0.4.1.*
|
, hasql >= 0.7.3 && < 0.8
|
||||||
, hasql-postgres == 0.10.4.*
|
, hasql-backend >= 0.4.1 && < 0.5
|
||||||
|
, hasql-postgres >= 0.10.4 && < 0.11
|
||||||
, warp >= 3.0.2, wai >= 3.0.1
|
, warp >= 3.0.2, wai >= 3.0.1
|
||||||
, wai-extra, wai-cors
|
, wai-extra, wai-cors
|
||||||
, wai-middleware-static >= 0.6.0
|
, wai-middleware-static >= 0.6.0
|
||||||
|
|||||||
Reference in New Issue
Block a user