Bump up versions

This commit is contained in:
Oleg Grenrus 2018-06-12 19:27:13 +03:00
parent c793d377ef
commit 6a1fa67fc4
8 changed files with 17 additions and 14 deletions

View File

@ -31,3 +31,8 @@ constraints:
allow-newer:
http-media:base
allow-newer:
servant-js:servant,
servant-pagination:servant,
servant-pagination:servant-server

View File

@ -1,5 +1,5 @@
name: servant-client-core
version: 0.13
version: 0.14
synopsis: Core functionality and class for client function generation for servant APIs
description:
This library provides backend-agnostic generation of client functions. For
@ -60,7 +60,7 @@ library
-- Servant dependencies
build-depends:
servant == 0.13.*
servant == 0.14.*
-- 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.

View File

@ -1,5 +1,5 @@
name: servant-client-ghcjs
version: 0.13
version: 0.14
synopsis: automatical derivation of querying functions for servant webservices for ghcjs
description:
This library lets you automatically derive Haskell functions that
@ -43,7 +43,7 @@ library
, monad-control >= 1.0.0.4 && < 1.1
, mtl >= 2.1 && < 2.3
, semigroupoids >= 4.3 && < 5.3
, servant-client-core == 0.13.*
, servant-client-core == 0.14.*
, string-conversions >= 0.3 && < 0.5
, transformers >= 0.3 && < 0.6
, transformers-base >= 0.4.4 && < 0.5

View File

@ -1,6 +1,5 @@
name: servant-client
version: 0.13.0.1
x-revision: 2
version: 0.14
synopsis: automatical derivation of querying functions for servant webservices
description:
This library lets you derive automatically Haskell functions that
@ -56,7 +55,7 @@ library
-- Servant dependencies
build-depends:
servant-client-core == 0.13.*
servant-client-core == 0.14.*
-- 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.

View File

@ -1,6 +1,6 @@
name: servant-docs
version: 0.11.2
x-revision: 3
x-revision: 4
synopsis: generate API docs for your servant webservice
description:
Library for generating API docs from a servant API definition.
@ -53,7 +53,7 @@ library
-- Servant dependencies
build-depends:
servant == 0.13.*
servant == 0.13.* || ==0.14.*
-- 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.

View File

@ -52,7 +52,7 @@ library
-- Servant dependencies
build-depends:
servant == 0.13.*
servant == 0.13.* || ==0.14.*
-- 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.

View File

@ -1,5 +1,5 @@
name: servant-server
version: 0.13.0.1
version: 0.14
synopsis: A family of combinators for defining webservices APIs and serving them
description:
A family of combinators for defining webservices APIs and serving them
@ -75,7 +75,7 @@ library
-- Servant dependencies
build-depends:
servant == 0.13.*
servant == 0.14.*
-- 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.

View File

@ -1,6 +1,5 @@
name: servant
version: 0.13.0.1
x-revision: 1
version: 0.14
synopsis: A family of combinators for defining webservices APIs
description:
A family of combinators for defining webservices APIs and serving them