Allow aeson-1.4
This commit is contained in:
parent
f4f7db895e
commit
ee8bb3b1d0
4 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
name: servant-client
|
name: servant-client
|
||||||
version: 0.13.0.1
|
version: 0.13.0.1
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
synopsis: automatical derivation of querying functions for servant webservices
|
synopsis: automatical derivation of querying functions for servant webservices
|
||||||
description:
|
description:
|
||||||
This library lets you derive automatically Haskell functions that
|
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.
|
-- 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.
|
-- Here can be exceptions if we really need features from the newer versions.
|
||||||
build-depends:
|
build-depends:
|
||||||
aeson >= 1.2.3.0 && < 1.4
|
aeson >= 1.2.3.0 && < 1.5
|
||||||
, base-compat >= 0.9.3 && < 0.11
|
, base-compat >= 0.9.3 && < 0.11
|
||||||
, attoparsec >= 0.13.2.0 && < 0.14
|
, attoparsec >= 0.13.2.0 && < 0.14
|
||||||
, http-client >= 0.5.7.1 && < 0.6
|
, http-client >= 0.5.7.1 && < 0.6
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: servant-docs
|
name: servant-docs
|
||||||
version: 0.11.2
|
version: 0.11.2
|
||||||
x-revision: 2
|
x-revision: 3
|
||||||
synopsis: generate API docs for your servant webservice
|
synopsis: generate API docs for your servant webservice
|
||||||
description:
|
description:
|
||||||
Library for generating API docs from a servant API definition.
|
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.
|
-- 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.
|
-- Here can be exceptions if we really need features from the newer versions.
|
||||||
build-depends:
|
build-depends:
|
||||||
aeson >= 1.2.3.0 && < 1.4
|
aeson >= 1.2.3.0 && < 1.5
|
||||||
, aeson-pretty >= 0.8.5 && < 0.9
|
, aeson-pretty >= 0.8.5 && < 0.9
|
||||||
, base-compat >= 0.9.3 && < 0.11
|
, base-compat >= 0.9.3 && < 0.11
|
||||||
, case-insensitive >= 1.2.0.10 && < 1.3
|
, case-insensitive >= 1.2.0.10 && < 1.3
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: servant-server
|
name: servant-server
|
||||||
version: 0.13.0.1
|
version: 0.13.0.1
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
synopsis: A family of combinators for defining webservices APIs and serving them
|
synopsis: A family of combinators for defining webservices APIs and serving them
|
||||||
description:
|
description:
|
||||||
A family of combinators for defining webservices APIs and serving them
|
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.
|
-- 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.
|
-- Here can be exceptions if we really need features from the newer versions.
|
||||||
build-depends:
|
build-depends:
|
||||||
aeson >= 1.2.3.0 && < 1.4
|
aeson >= 1.2.3.0 && < 1.5
|
||||||
, base-compat >= 0.9.3 && < 0.11
|
, base-compat >= 0.9.3 && < 0.11
|
||||||
, attoparsec >= 0.13.2.0 && < 0.14
|
, attoparsec >= 0.13.2.0 && < 0.14
|
||||||
, base64-bytestring >= 1.0.0.1 && < 1.1
|
, base64-bytestring >= 1.0.0.1 && < 1.1
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
name: servant
|
name: servant
|
||||||
version: 0.13.0.1
|
version: 0.13.0.1
|
||||||
|
x-revision: 1
|
||||||
synopsis: A family of combinators for defining webservices APIs
|
synopsis: A family of combinators for defining webservices APIs
|
||||||
description:
|
description:
|
||||||
A family of combinators for defining webservices APIs and serving them
|
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.
|
-- Here can be exceptions if we really need features from the newer versions.
|
||||||
build-depends:
|
build-depends:
|
||||||
base-compat >= 0.9.3 && < 0.11
|
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
|
, attoparsec >= 0.13.2.0 && < 0.14
|
||||||
, case-insensitive >= 1.2.0.10 && < 1.3
|
, case-insensitive >= 1.2.0.10 && < 1.3
|
||||||
, http-api-data >= 0.3.7.1 && < 0.4
|
, http-api-data >= 0.3.7.1 && < 0.4
|
||||||
|
|
Loading…
Reference in a new issue