onomap-ng: loosen dependencies of base

This commit is contained in:
2022-05-31 19:58:44 +02:00
parent c1aaeb4339
commit e6b49aefe2

View File

@@ -9,7 +9,7 @@ library
exposed-modules: Onomap.Stoepel exposed-modules: Onomap.Stoepel
, Onomap.Types , Onomap.Types
, Onomap.Svg , Onomap.Svg
build-depends: base ^>=4.14.3.0 build-depends: base >=4 && <5
, http-client , http-client
, servant , servant
, servant-client , servant-client
@@ -23,7 +23,7 @@ library
executable onomap-cli executable onomap-cli
main-is: Main.hs main-is: Main.hs
build-depends: base ^>=4.14.3.0 build-depends: base >=4 && <5
, onomap , onomap
, optparse-applicative , optparse-applicative
, text , text
@@ -35,7 +35,7 @@ executable onomap-cli
executable onomap-web executable onomap-web
main-is: Main.hs main-is: Main.hs
build-depends: base ^>=4.14.3.0 build-depends: base >=4 && <5
, onomap , onomap
, containers , containers
, aeson , aeson