Skip to content

Commit 53c1321

Browse files
committed
Bump http-api-data bounds
1 parent a445fba commit 53c1321

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.4.4
76+
, http-api-data >= 0.4.1 && < 0.5.1
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ library
9292
-- We depend (heavily) on the API of these packages:
9393
-- i.e. re-export, or allow using without direct dependency
9494
build-depends:
95-
http-api-data >= 0.4.1 && < 0.4.4
95+
http-api-data >= 0.4.1 && < 0.5.1
9696
, singleton-bool >= 0.1.4 && < 0.1.7
9797

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

0 commit comments

Comments
 (0)