[ghc] update dependencies

parent f38e516c
...@@ -6,6 +6,10 @@ packages: ...@@ -6,6 +6,10 @@ packages:
source-repository-package source-repository-package
type: git type: git
location: https://gitlab.iscpif.fr/gargantext/iso639.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 ...@@ -67,16 +67,16 @@ library
-- other-extensions: -- other-extensions:
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base ^>=4.17.2.0 build-depends: base >=4.17.2.0 && < 5
, aeson ^>= 2.1 , aeson >= 2.1 && < 2.2
, conduit ^>= 1.3.5 , conduit ^>= 1.3.5
, containers >= 0.6.7 && < 0.8 , containers >= 0.6.7 && < 0.8
, http-client >= 0.7.13.1 && < 0.8 , http-client == 0.7.14
, http-client-tls >= 0.3.6.2 && < 0.4 , http-client-tls == 0.3.6.1
, iso639 , iso639
, network-uri ^>= 2.6.4.2 , network-uri ^>= 2.6.4.2
, protolude >= 0.3.3 && < 0.4 , protolude >= 0.3.3 && < 0.4
, servant >= 0.19 && < 0.20 , servant >= 0.19.1 && < 0.21
, servant-client >= 0.19 && < 0.20 , servant-client >= 0.19 && < 0.20
, text >= 2.0 && < 3 , text >= 2.0 && < 3
...@@ -117,7 +117,7 @@ executable epo-api-client-main ...@@ -117,7 +117,7 @@ executable epo-api-client-main
, optparse-simple >= 0.1.1.4 && < 0.2 , optparse-simple >= 0.1.1.4 && < 0.2
, pretty-simple ^>= 4.1.2.0 , pretty-simple ^>= 4.1.2.0
, protolude >= 0.3.3 && < 0.4 , protolude >= 0.3.3 && < 0.4
, text >= 2.0.2 && < 3 , text >= 2.0 && < 3
, epo-api-client , epo-api-client
hs-source-dirs: app hs-source-dirs: app
...@@ -165,7 +165,7 @@ test-suite epo-api-client-test ...@@ -165,7 +165,7 @@ test-suite epo-api-client-test
-- Test dependencies. -- Test dependencies.
build-depends: build-depends:
base ^>=4.17.2.0, base >=4.17.2.0 && < 5,
epo-api-client epo-api-client
default-extensions: 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