Compare commits

...

1 Commits

Author SHA1 Message Date
Oleg Grenrus df43284051 Allow aeson-1.1 2017-01-20 22:54:48 +02:00
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,6 @@
name: servant-client
version: 0.9.1.1
x-revision: 1
synopsis: automatical derivation of querying functions for servant webservices
description:
This library lets you derive automatically Haskell functions that
@ -37,7 +38,7 @@ library
build-depends:
base >= 4.7 && < 4.10
, base-compat >= 0.9.1 && < 0.10
, aeson >= 0.7 && < 1.1
, aeson >= 0.7 && < 1.2
, attoparsec >= 0.12 && < 0.14
, base64-bytestring >= 1.0.0.1 && < 1.1
, bytestring >= 0.10 && < 0.11

View File

@ -1,5 +1,6 @@
name: servant-server
version: 0.9.1.1
x-revision: 1
synopsis: A family of combinators for defining webservices APIs and serving them
description:
A family of combinators for defining webservices APIs and serving them
@ -47,7 +48,7 @@ library
build-depends:
base >= 4.7 && < 4.10
, base-compat >= 0.9 && < 0.10
, aeson >= 0.7 && < 1.1
, aeson >= 0.7 && < 1.2
, attoparsec >= 0.12 && < 0.14
, base64-bytestring >= 1.0 && < 1.1
, bytestring >= 0.10 && < 0.11

View File

@ -1,5 +1,6 @@
name: servant
version: 0.9.1.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
@ -51,7 +52,7 @@ library
build-depends:
base >= 4.7 && < 4.10
, base-compat >= 0.9 && < 0.10
, aeson >= 0.7 && < 1.1
, aeson >= 0.7 && < 1.2
, attoparsec >= 0.12 && < 0.14
, bytestring >= 0.10 && < 0.11
, case-insensitive >= 1.2 && < 1.3