relax constraints

This commit is contained in:
Dmitry Olshansky 2021-09-13 16:25:45 +03:00 committed by GitHub
parent a642d103ec
commit 7728d82bba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,17 +50,17 @@ library
hs-source-dirs: hs-source-dirs:
src src
build-depends: build-depends:
aeson >=1.0 && <1.5 aeson >=1.0 && <1.6
, base >=4.9 && <5 , base >=4.9 && <5
, bytestring >=0.10 && <0.11 , bytestring >=0.10 && <0.11
, case-insensitive >=1.2 && <1.3 , case-insensitive >=1.2 && <1.3
, hostname >=1.0 && <1.1 , hostname >=1.0 && <1.1
, http-client >=0.5 && <0.6 , http-client >=0.5 && <0.7
, http-conduit >=2.2 && <2.4 , http-conduit >=2.2 && <2.4
, http-types >=0.9 && <0.13 , http-types >=0.9 && <0.13
, network >=2.6 && <2.9 , network >=2.6 && <3.2
, text >=1.2 && <1.3 , text >=1.2 && <1.3
, time >=1.6 && <1.9 , time >=1.6 && <1.10
, unordered-containers >=0.2 && <0.3 , unordered-containers >=0.2 && <0.3
, uuid >=1.3 && <1.4 , uuid >=1.3 && <1.4
default-language: Haskell2010 default-language: Haskell2010