Merge pull request #976 from phadej/aeson-1.4

Allow aeson-1.4
This commit is contained in:
Oleg Grenrus 2018-06-12 14:01:17 +03:00 committed by GitHub
commit c3caa14955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 7 deletions

View File

@ -1,6 +1,6 @@
name: servant-client
version: 0.13.0.1
x-revision: 1
x-revision: 2
synopsis: automatical derivation of querying functions for servant webservices
description:
This library lets you derive automatically Haskell functions that
@ -61,7 +61,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.2.3.0 && < 1.4
aeson >= 1.2.3.0 && < 1.5
, base-compat >= 0.9.3 && < 0.11
, attoparsec >= 0.13.2.0 && < 0.14
, http-client >= 0.5.7.1 && < 0.6

View File

@ -1,6 +1,6 @@
name: servant-docs
version: 0.11.2
x-revision: 2
x-revision: 3
synopsis: generate API docs for your servant webservice
description:
Library for generating API docs from a servant API definition.
@ -58,7 +58,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.2.3.0 && < 1.4
aeson >= 1.2.3.0 && < 1.5
, aeson-pretty >= 0.8.5 && < 0.9
, base-compat >= 0.9.3 && < 0.11
, case-insensitive >= 1.2.0.10 && < 1.3

View File

@ -1,6 +1,6 @@
name: servant-server
version: 0.13.0.1
x-revision: 1
x-revision: 2
synopsis: A family of combinators for defining webservices APIs and serving them
description:
A family of combinators for defining webservices APIs and serving them
@ -81,7 +81,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.2.3.0 && < 1.4
aeson >= 1.2.3.0 && < 1.5
, base-compat >= 0.9.3 && < 0.11
, attoparsec >= 0.13.2.0 && < 0.14
, base64-bytestring >= 1.0.0.1 && < 1.1

View File

@ -1,5 +1,6 @@
name: servant
version: 0.13.0.1
x-revision: 1
synopsis: A family of combinators for defining webservices APIs
description:
A family of combinators for defining webservices APIs and serving them
@ -83,7 +84,7 @@ library
-- Here can be exceptions if we really need features from the newer versions.
build-depends:
base-compat >= 0.9.3 && < 0.11
, aeson >= 1.2.3.0 && < 1.4
, aeson >= 1.2.3.0 && < 1.5
, attoparsec >= 0.13.2.0 && < 0.14
, case-insensitive >= 1.2.0.10 && < 1.3
, http-api-data >= 0.3.7.1 && < 0.4