Skip to content

Commit b4b649c

Browse files
committed
Allow http-api-data 0.4.2
Builds fine and all tests pass here.
1 parent 1e4872c commit b4b649c

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
@@ -77,7 +77,7 @@ library
7777
-- strict dependency as we re-export 'servant' things.
7878
build-depends:
7979
servant >= 0.18 && < 0.19.1
80-
, http-api-data >= 0.4.1 && < 0.4.2
80+
, http-api-data >= 0.4.1 && < 0.4.3
8181

8282
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
8383
-- 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
@@ -91,7 +91,7 @@ library
9191
-- We depend (heavily) on the API of these packages:
9292
-- i.e. re-export, or allow using without direct dependency
9393
build-depends:
94-
http-api-data >= 0.4.1 && < 0.4.2
94+
http-api-data >= 0.4.1 && < 0.4.3
9595
, singleton-bool >= 0.1.4 && < 0.1.6
9696

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

0 commit comments

Comments
 (0)