Update inter-library version constraints

This commit is contained in:
Maxim Koltsov 2020-11-05 10:48:38 +03:00
parent c95faa53fe
commit 4c72c08830
No known key found for this signature in database
GPG Key ID: 52B5EDB68BF54442
4 changed files with 4 additions and 4 deletions

View File

@ -64,7 +64,7 @@ library
-- Servant dependencies
build-depends:
servant >= 0.18 && <0.19
servant >= 0.18.1 && <0.19
-- 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

@ -58,7 +58,7 @@ library
-- Strict dependency on `servant-client-core` as we re-export things.
build-depends:
servant == 0.18.*
, servant-client-core >= 0.18 && <0.18.2
, servant-client-core >= 0.18.1 && <0.18.2
-- 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

@ -55,7 +55,7 @@ library
-- Strict dependency on `servant-client-core` as we re-export things.
build-depends:
servant == 0.18.*
, servant-client-core >= 0.18 && <0.19.1
, servant-client-core >= 0.18.1 && <0.18.2
-- 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

@ -71,7 +71,7 @@ library
-- Servant dependencies
-- strict dependency as we re-export 'servant' things.
build-depends:
servant >= 0.18 && < 0.19.1
servant >= 0.18.1 && < 0.18.2
, http-api-data >= 0.4.1 && < 0.4.3
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.