Skip to content

Commit 67168f0

Browse files
authored
Allow http-api-data-0.5.1, bifunctors-5.6, singleton-bool^>=0.1 (#1663)
1 parent ae2fff4 commit 67168f0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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

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

6262
if !impl(ghc >= 8.2)
6363
build-depends:
64-
bifunctors >= 5.5.3 && < 5.6
64+
bifunctors >= 5.5.3 && < 5.7
6565

6666
-- Servant dependencies
6767
build-depends:

servant-client/servant-client.cabal

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

5454
if !impl(ghc >= 8.2)
5555
build-depends:
56-
bifunctors >= 5.5.3 && < 5.6
56+
bifunctors >= 5.5.3 && < 5.7
5757

5858
-- Servant dependencies.
5959
-- Strict dependency on `servant-client-core` as we re-export things.

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

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

5050
if !impl(ghc >= 8.2)
5151
build-depends:
52-
bifunctors >= 5.5.3 && < 5.6
52+
bifunctors >= 5.5.3 && < 5.7
5353

5454
-- Servant dependencies.
5555
-- Strict dependency on `servant-client-core` as we re-export things.

servant-server/servant-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ library
7373
-- strict dependency as we re-export 'servant' things.
7474
build-depends:
7575
servant >= 0.19 && < 0.20
76-
, http-api-data >= 0.4.1 && < 0.5.1
76+
, http-api-data >= 0.4.1 && < 0.6
7777

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

servant/servant.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,16 @@ library
9393
-- We depend (heavily) on the API of these packages:
9494
-- i.e. re-export, or allow using without direct dependency
9595
build-depends:
96-
http-api-data >= 0.4.1 && < 0.5.1
97-
, singleton-bool >= 0.1.4 && < 0.1.7
96+
http-api-data >= 0.4.1 && < 0.6
97+
, singleton-bool >= 0.1.4 && < 0.2
9898

9999
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
100100
-- Here can be exceptions if we really need features from the newer versions.
101101
build-depends:
102102
base-compat >= 0.10.5 && < 0.14
103103
, aeson >= 1.4.1.0 && < 3
104104
, attoparsec >= 0.13.2.2 && < 0.15
105-
, bifunctors >= 5.5.3 && < 5.6
105+
, bifunctors >= 5.5.3 && < 5.7
106106
, case-insensitive >= 1.2.0.11 && < 1.3
107107
, deepseq >= 1.4.2.0 && < 1.5
108108
, http-media >= 0.7.1.3 && < 0.9

0 commit comments

Comments
 (0)