Skip to content

Commit 4c72c08

Browse files
committed
Update inter-library version constraints
1 parent c95faa5 commit 4c72c08

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

servant-client-core/servant-client-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ library
6464

6565
-- Servant dependencies
6666
build-depends:
67-
servant >= 0.18 && <0.19
67+
servant >= 0.18.1 && <0.19
6868

6969
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
7070
-- Here can be exceptions if we really need features from the newer versions.

servant-client/servant-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ library
5858
-- Strict dependency on `servant-client-core` as we re-export things.
5959
build-depends:
6060
servant == 0.18.*
61-
, servant-client-core >= 0.18 && <0.18.2
61+
, servant-client-core >= 0.18.1 && <0.18.2
6262

6363
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
6464
-- Here can be exceptions if we really need features from the newer versions.

servant-http-streams/servant-http-streams.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ library
5555
-- Strict dependency on `servant-client-core` as we re-export things.
5656
build-depends:
5757
servant == 0.18.*
58-
, servant-client-core >= 0.18 && <0.19.1
58+
, servant-client-core >= 0.18.1 && <0.18.2
5959

6060
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
6161
-- Here can be exceptions if we really need features from the newer versions.

servant-server/servant-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ library
7171
-- Servant dependencies
7272
-- strict dependency as we re-export 'servant' things.
7373
build-depends:
74-
servant >= 0.18 && < 0.19.1
74+
servant >= 0.18.1 && < 0.18.2
7575
, http-api-data >= 0.4.1 && < 0.4.3
7676

7777
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.

0 commit comments

Comments
 (0)