[ghc] text, containers update

parent 09494732
...@@ -8,4 +8,4 @@ source-repository-package ...@@ -8,4 +8,4 @@ source-repository-package
location: https://gitlab.iscpif.fr/gargantext/iso639.git location: https://gitlab.iscpif.fr/gargantext/iso639.git
tag: 1a9e23e210a02da3b846d7cdc666541e2148334d tag: 1a9e23e210a02da3b846d7cdc666541e2148334d
allow-newer: base:*, iso639:aeson allow-newer: base:*, iso639:aeson, iso639:text
...@@ -70,7 +70,7 @@ library ...@@ -70,7 +70,7 @@ library
build-depends: base ^>=4.17.2.0 build-depends: base ^>=4.17.2.0
, aeson ^>= 2.1 , aeson ^>= 2.1
, conduit ^>= 1.3.5 , conduit ^>= 1.3.5
, containers ^>= 0.6.7 , containers >= 0.6.7 && < 0.8
, http-client >= 0.7.13.1 && < 0.8 , http-client >= 0.7.13.1 && < 0.8
, http-client-tls >= 0.3.6.2 && < 0.4 , http-client-tls >= 0.3.6.2 && < 0.4
, iso639 , iso639
...@@ -78,7 +78,7 @@ library ...@@ -78,7 +78,7 @@ library
, protolude >= 0.3.3 && < 0.4 , protolude >= 0.3.3 && < 0.4
, servant >= 0.19 && < 0.20 , servant >= 0.19 && < 0.20
, servant-client >= 0.19 && < 0.20 , servant-client >= 0.19 && < 0.20
, text >= 1.2.4 && < 1.3 , text >= 2.0 && < 3
-- Directories containing source files. -- Directories containing source files.
hs-source-dirs: src hs-source-dirs: src
...@@ -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 >= 1.2.4 && < 1.3 , text >= 2.0 && < 3
, epo-api-client , epo-api-client
hs-source-dirs: app hs-source-dirs: app
......
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