Skip to content

Commit cc273f2

Browse files
committed
Allow aeson-1.4
1 parent 116cf4f commit cc273f2

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

servant-client/servant-client.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: servant-client
22
version: 0.13.0.1
3+
x-revision: 2
34
synopsis: automatical derivation of querying functions for servant webservices
45
description:
56
This library lets you derive automatically Haskell functions that
@@ -60,7 +61,7 @@ library
6061
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
6162
-- Here can be exceptions if we really need features from the newer versions.
6263
build-depends:
63-
aeson >= 1.2.3.0 && < 1.4
64+
aeson >= 1.2.3.0 && < 1.5
6465
, base-compat >= 0.9.3 && < 0.11
6566
, attoparsec >= 0.13.2.0 && < 0.14
6667
, http-client >= 0.5.7.1 && < 0.6

servant-docs/servant-docs.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: servant-docs
22
version: 0.11.2
3-
x-revision: 2
3+
x-revision: 3
44
synopsis: generate API docs for your servant webservice
55
description:
66
Library for generating API docs from a servant API definition.
@@ -58,7 +58,7 @@ library
5858
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
5959
-- Here can be exceptions if we really need features from the newer versions.
6060
build-depends:
61-
aeson >= 1.2.3.0 && < 1.4
61+
aeson >= 1.2.3.0 && < 1.5
6262
, aeson-pretty >= 0.8.5 && < 0.9
6363
, base-compat >= 0.9.3 && < 0.11
6464
, case-insensitive >= 1.2.0.10 && < 1.3

servant-server/servant-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ library
8080
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
8181
-- Here can be exceptions if we really need features from the newer versions.
8282
build-depends:
83-
aeson >= 1.2.3.0 && < 1.4
83+
aeson >= 1.2.3.0 && < 1.5
8484
, base-compat >= 0.9.3 && < 0.11
8585
, attoparsec >= 0.13.2.0 && < 0.14
8686
, base64-bytestring >= 1.0.0.1 && < 1.1

servant/servant.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: servant
22
version: 0.13.0.1
3+
x-revision: 1
34
synopsis: A family of combinators for defining webservices APIs
45
description:
56
A family of combinators for defining webservices APIs and serving them
@@ -83,7 +84,7 @@ library
8384
-- Here can be exceptions if we really need features from the newer versions.
8485
build-depends:
8586
base-compat >= 0.9.3 && < 0.11
86-
, aeson >= 1.2.3.0 && < 1.4
87+
, aeson >= 1.2.3.0 && < 1.5
8788
, attoparsec >= 0.13.2.0 && < 0.14
8889
, case-insensitive >= 1.2.0.10 && < 1.3
8990
, http-api-data >= 0.3.7.1 && < 0.4

0 commit comments

Comments
 (0)