Skip to content

Commit fffb513

Browse files
authored
Merge pull request #1181 from felixonmars/http-api-data-0.4.1
Allow http-api-data 0.4.1
2 parents 1d9b0a5 + 91520e2 commit fffb513

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
@@ -80,7 +80,7 @@ library
8080
-- strict dependency as we re-export 'servant' things.
8181
build-depends:
8282
servant >= 0.16 && < 0.17.1
83-
, http-api-data >= 0.4 && < 0.4.1
83+
, http-api-data >= 0.4.1 && < 0.4.2
8484

8585
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
8686
-- 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
@@ -98,7 +98,7 @@ library
9898
-- We depend (heavily) on the API of these packages:
9999
-- i.e. re-export, or allow using without direct dependency
100100
build-depends:
101-
http-api-data >= 0.4 && < 0.4.1
101+
http-api-data >= 0.4.1 && < 0.4.2
102102
, singleton-bool >= 0.1.4 && < 0.1.5
103103

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

0 commit comments

Comments
 (0)