Skip to content

Commit

Permalink
Merge pull request #1692 from haskell-servant/janus/adjust-http-api-d…
Browse files Browse the repository at this point in the history
…ata-aeson

Adjust bounds for http-api-data and aeson
  • Loading branch information
ysangkok committed Jul 5, 2023
2 parents 5da422b + cabef8b commit 16cfd03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion servant-server/servant-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ library
-- strict dependency as we re-export 'servant' things.
build-depends:
servant >= 0.20 && < 0.21
, http-api-data >= 0.4.1 && < 0.6
, http-api-data >= 0.4.1 && < 0.7

-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
-- Here can be exceptions if we really need features from the newer versions.
Expand Down
4 changes: 2 additions & 2 deletions servant/servant.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ library
-- We depend (heavily) on the API of these packages:
-- i.e. re-export, or allow using without direct dependency
build-depends:
http-api-data >= 0.4.1 && < 0.6
http-api-data >= 0.4.1 && < 0.7
, singleton-bool >= 0.1.4 && < 0.2

-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
-- Here can be exceptions if we really need features from the newer versions.
build-depends:
base-compat >= 0.10.5 && < 0.14
, aeson >= 1.4.1.0 && < 3
, aeson >= 1.4.1.0 && < 2.2
, attoparsec >= 0.13.2.2 && < 0.15
, bifunctors >= 5.5.3 && < 5.7
, case-insensitive >= 1.2.0.11 && < 1.3
Expand Down

0 comments on commit 16cfd03

Please sign in to comment.