[ghc] more fine-grained tuning according to stack lts 21.17

parent 2a6edac1
......@@ -112,12 +112,12 @@ executable epo-api-client-main
-- LANGUAGE extensions used by modules in this package.
-- other-extensions:
build-depends: base >=4.12.0 && < 5
build-depends: base >=4.17.2.0 && < 5
, network-uri ^>= 2.6.4.2
, optparse-simple >= 0.1.1.4 && < 0.2
, pretty-simple ^>= 4.1.2.0
, protolude >= 0.3.3 && < 0.4
, text >= 2.0 && < 3
, text >= 2.0.2 && < 3
, epo-api-client
hs-source-dirs: app
......@@ -165,7 +165,7 @@ test-suite epo-api-client-test
-- Test dependencies.
build-depends:
base ^>=4.14.3.0,
base ^>=4.17.2.0,
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