Merge pull request #1 from typeable/odr-relax-constraints

relax constraints
This commit is contained in:
Dmitry Olshansky 2021-09-14 17:39:23 +03:00 committed by GitHub
commit 2cc214d6fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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