[ghc] update dependencies

parent f38e516c
......@@ -6,6 +6,10 @@ packages:
source-repository-package
type: git
location: https://gitlab.iscpif.fr/gargantext/iso639.git
tag: 1a9e23e210a02da3b846d7cdc666541e2148334d
tag: eab929d106833ded8011a0d6705135e3fc506a9c
allow-newer: base:*, iso639:aeson, iso639:text
allow-newer: base:*
, iso639:aeson
, iso639:text
, servant-client:servant
, servant-client:servant-client-core
......@@ -67,16 +67,16 @@ library
-- other-extensions:
-- Other library packages from which modules are imported.
build-depends: base ^>=4.17.2.0
, aeson ^>= 2.1
build-depends: base >=4.17.2.0 && < 5
, aeson >= 2.1 && < 2.2
, conduit ^>= 1.3.5
, containers >= 0.6.7 && < 0.8
, http-client >= 0.7.13.1 && < 0.8
, http-client-tls >= 0.3.6.2 && < 0.4
, http-client == 0.7.14
, http-client-tls == 0.3.6.1
, iso639
, network-uri ^>= 2.6.4.2
, protolude >= 0.3.3 && < 0.4
, servant >= 0.19 && < 0.20
, servant >= 0.19.1 && < 0.21
, servant-client >= 0.19 && < 0.20
, text >= 2.0 && < 3
......@@ -117,7 +117,7 @@ executable epo-api-client-main
, optparse-simple >= 0.1.1.4 && < 0.2
, pretty-simple ^>= 4.1.2.0
, protolude >= 0.3.3 && < 0.4
, text >= 2.0.2 && < 3
, text >= 2.0 && < 3
, epo-api-client
hs-source-dirs: app
......@@ -165,7 +165,7 @@ test-suite epo-api-client-test
-- Test dependencies.
build-depends:
base ^>=4.17.2.0,
base >=4.17.2.0 && < 5,
epo-api-client
default-extensions:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment