Skip to content

Commit e01188a

Browse files
committed
min bound aeson 2
1 parent 1bb0282 commit e01188a

File tree

7 files changed

+11
-10
lines changed

7 files changed

+11
-10
lines changed

servant-auth/servant-auth-client/servant-auth-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test-suite spec
6464
build-depends:
6565
hspec >= 2.5.5 && < 2.9
6666
, QuickCheck >= 2.11.3 && < 2.15
67-
, aeson >= 1.3.1.1 && < 1.6
67+
, aeson >= 2.0.1.0 && < 3
6868
, bytestring >= 0.10.6.0 && < 0.11
6969
, http-client >= 0.5.13.1 && < 0.8
7070
, http-types >= 0.12.2 && < 0.13

servant-auth/servant-auth-server/servant-auth-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ library
3232
ghc-options: -Wall
3333
build-depends:
3434
base >= 4.10 && < 4.16
35-
, aeson >= 1.3.1.1 && < 1.6
36-
, base64-bytestring >= 1.0.0.1 && < 1.3
35+
, aeson >= 2.0.1.0 && < 3
36+
, base64-bytestring >= 1.0.0.1 && < 2
3737
, blaze-builder >= 0.4.1.0 && < 0.5
3838
, bytestring >= 0.10.6.0 && < 0.11
3939
, case-insensitive >= 1.2.0.11 && < 1.3

servant-auth/servant-auth/servant-auth.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ library
3434
ghc-options: -Wall
3535
build-depends:
3636
base >= 4.10 && < 4.16
37-
, aeson >= 1.3.1.1 && < 1.6
38-
, jose >= 0.7.0.0 && < 0.9
37+
, containers >= 0.6 && < 0.7
38+
, aeson >= 2.0.1.0 && < 3
39+
, jose >= 0.9 && < 0.10
3940
, lens >= 4.16.1 && < 5.1
4041
, servant >= 0.15 && < 0.19
4142
, text >= 1.2.3.0 && < 1.3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ library
7070
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
7171
-- Here can be exceptions if we really need features from the newer versions.
7272
build-depends:
73-
aeson >= 1.4.1.0 && < 1.6
73+
aeson >= 2.0.1.0 && < 3
7474
, base-compat >= 0.10.5 && < 0.12
7575
, base64-bytestring >= 1.0.0.1 && < 1.3
7676
, 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
@@ -52,7 +52,7 @@ library
5252
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
5353
-- Here can be exceptions if we really need features from the newer versions.
5454
build-depends:
55-
aeson >= 1.4.1.0 && < 1.6
55+
aeson >= 2.0.1.0 && < 3
5656
, aeson-pretty >= 0.8.5 && < 0.9
5757
, base-compat >= 0.10.5 && < 0.12
5858
, 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
@@ -114,7 +114,7 @@ executable greet
114114
, text
115115

116116
build-depends:
117-
aeson >= 1.4.1.0 && < 1.6
117+
aeson >= 2.0.1.0 && < 3
118118
, warp >= 3.2.25 && < 3.4
119119

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

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

servant/servant.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ library
9898
-- Here can be exceptions if we really need features from the newer versions.
9999
build-depends:
100100
base-compat >= 0.10.5 && < 0.12
101-
, aeson >= 1.4.1.0 && < 1.6
101+
, aeson >= 2.0.1.0 && < 3
102102
, attoparsec >= 0.13.2.2 && < 0.15
103103
, bifunctors >= 5.5.3 && < 5.6
104104
, case-insensitive >= 1.2.0.11 && < 1.3

0 commit comments

Comments
 (0)