Skip to content

Commit 16cfd03

Browse files
authored
Merge pull request #1692 from haskell-servant/janus/adjust-http-api-data-aeson
Adjust bounds for http-api-data and aeson
2 parents 5da422b + cabef8b commit 16cfd03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.20 && < 0.21
76-
, http-api-data >= 0.4.1 && < 0.6
76+
, http-api-data >= 0.4.1 && < 0.7
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ 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.6
96+
http-api-data >= 0.4.1 && < 0.7
9797
, 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
103-
, aeson >= 1.4.1.0 && < 3
103+
, aeson >= 1.4.1.0 && < 2.2
104104
, attoparsec >= 0.13.2.2 && < 0.15
105105
, bifunctors >= 5.5.3 && < 5.7
106106
, case-insensitive >= 1.2.0.11 && < 1.3

0 commit comments

Comments
 (0)