Skip to content

Commit

Permalink
Allow aeson 1.5 in all components (haskell-servant#1309)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored Jun 12, 2020
1 parent c778a18 commit 4b225c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion servant-client-core/servant-client-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ library
-- 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:
aeson >= 1.4.1.0 && < 1.5
aeson >= 1.4.1.0 && < 1.6
, base-compat >= 0.10.5 && < 0.12
, base64-bytestring >= 1.0.0.1 && < 1.1
, exceptions >= 0.10.0 && < 0.11
Expand Down
2 changes: 1 addition & 1 deletion servant-docs/servant-docs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ library
-- 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:
aeson >= 1.4.1.0 && < 1.5
aeson >= 1.4.1.0 && < 1.6
, aeson-pretty >= 0.8.5 && < 0.9
, base-compat >= 0.10.5 && < 0.12
, case-insensitive >= 1.2.0.11 && < 1.3
Expand Down
4 changes: 2 additions & 2 deletions servant-server/servant-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ executable greet
, text

build-depends:
aeson >= 1.4.1.0 && < 1.5
aeson >= 1.4.1.0 && < 1.6
, warp >= 3.2.25 && < 3.4

test-suite spec
Expand Down Expand Up @@ -157,7 +157,7 @@ test-suite spec

-- Additional dependencies
build-depends:
aeson >= 1.4.1.0 && < 1.5
aeson >= 1.4.1.0 && < 1.6
, directory >= 1.3.0.0 && < 1.4
, hspec >= 2.6.0 && < 2.8
, hspec-wai >= 0.10.1 && < 0.11
Expand Down

0 comments on commit 4b225c2

Please sign in to comment.