Merge pull request #1181 from felixonmars/http-api-data-0.4.1

Allow http-api-data 0.4.1
This commit is contained in:
Oleg Grenrus 2019-05-28 15:16:46 +03:00 committed by GitHub
commit fffb513d06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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