Merge pull request #1332 from felixonmars/http-api-data-0.4.2

Allow http-api-data 0.4.2
This commit is contained in:
fisx 2020-08-31 12:10:37 +02:00 committed by GitHub
commit 0d97d76c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ library
-- strict dependency as we re-export 'servant' things.
build-depends:
servant >= 0.18 && < 0.19.1
, http-api-data >= 0.4.1 && < 0.4.2
, http-api-data >= 0.4.1 && < 0.4.3
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
-- Here can be exceptions if we really need features from the newer versions.

View File

@ -91,7 +91,7 @@ library
-- We depend (heavily) on the API of these packages:
-- i.e. re-export, or allow using without direct dependency
build-depends:
http-api-data >= 0.4.1 && < 0.4.2
http-api-data >= 0.4.1 && < 0.4.3
, singleton-bool >= 0.1.4 && < 0.1.6
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.