Skip to content

Commit 4b225c2

Browse files
authored
Allow aeson 1.5 in all components (#1309)
1 parent c778a18 commit 4b225c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

servant-client-core/servant-client-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ library
7474
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
7575
-- Here can be exceptions if we really need features from the newer versions.
7676
build-depends:
77-
aeson >= 1.4.1.0 && < 1.5
77+
aeson >= 1.4.1.0 && < 1.6
7878
, base-compat >= 0.10.5 && < 0.12
7979
, base64-bytestring >= 1.0.0.1 && < 1.1
8080
, exceptions >= 0.10.0 && < 0.11

servant-docs/servant-docs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ library
5757
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
5858
-- Here can be exceptions if we really need features from the newer versions.
5959
build-depends:
60-
aeson >= 1.4.1.0 && < 1.5
60+
aeson >= 1.4.1.0 && < 1.6
6161
, aeson-pretty >= 0.8.5 && < 0.9
6262
, base-compat >= 0.10.5 && < 0.12
6363
, case-insensitive >= 1.2.0.11 && < 1.3

servant-server/servant-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ executable greet
115115
, text
116116

117117
build-depends:
118-
aeson >= 1.4.1.0 && < 1.5
118+
aeson >= 1.4.1.0 && < 1.6
119119
, warp >= 3.2.25 && < 3.4
120120

121121
test-suite spec
@@ -157,7 +157,7 @@ test-suite spec
157157

158158
-- Additional dependencies
159159
build-depends:
160-
aeson >= 1.4.1.0 && < 1.5
160+
aeson >= 1.4.1.0 && < 1.6
161161
, directory >= 1.3.0.0 && < 1.4
162162
, hspec >= 2.6.0 && < 2.8
163163
, hspec-wai >= 0.10.1 && < 0.11

0 commit comments

Comments
 (0)