Skip to content

Commit 6a1fa67

Browse files
committed
Bump up versions
1 parent c793d37 commit 6a1fa67

File tree

8 files changed

+17
-14
lines changed

8 files changed

+17
-14
lines changed

cabal.project

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,8 @@ constraints:
3131

3232
allow-newer:
3333
http-media:base
34+
35+
allow-newer:
36+
servant-js:servant,
37+
servant-pagination:servant,
38+
servant-pagination:servant-server

servant-client-core/servant-client-core.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: servant-client-core
2-
version: 0.13
2+
version: 0.14
33
synopsis: Core functionality and class for client function generation for servant APIs
44
description:
55
This library provides backend-agnostic generation of client functions. For
@@ -60,7 +60,7 @@ library
6060

6161
-- Servant dependencies
6262
build-depends:
63-
servant == 0.13.*
63+
servant == 0.14.*
6464

6565
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
6666
-- Here can be exceptions if we really need features from the newer versions.

servant-client-ghcjs/servant-client-ghcjs.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: servant-client-ghcjs
2-
version: 0.13
2+
version: 0.14
33
synopsis: automatical derivation of querying functions for servant webservices for ghcjs
44
description:
55
This library lets you automatically derive Haskell functions that
@@ -43,7 +43,7 @@ library
4343
, monad-control >= 1.0.0.4 && < 1.1
4444
, mtl >= 2.1 && < 2.3
4545
, semigroupoids >= 4.3 && < 5.3
46-
, servant-client-core == 0.13.*
46+
, servant-client-core == 0.14.*
4747
, string-conversions >= 0.3 && < 0.5
4848
, transformers >= 0.3 && < 0.6
4949
, transformers-base >= 0.4.4 && < 0.5

servant-client/servant-client.cabal

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: servant-client
2-
version: 0.13.0.1
3-
x-revision: 2
2+
version: 0.14
43
synopsis: automatical derivation of querying functions for servant webservices
54
description:
65
This library lets you derive automatically Haskell functions that
@@ -56,7 +55,7 @@ library
5655

5756
-- Servant dependencies
5857
build-depends:
59-
servant-client-core == 0.13.*
58+
servant-client-core == 0.14.*
6059

6160
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
6261
-- Here can be exceptions if we really need features from the newer versions.

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: 3
3+
x-revision: 4
44
synopsis: generate API docs for your servant webservice
55
description:
66
Library for generating API docs from a servant API definition.
@@ -53,7 +53,7 @@ library
5353

5454
-- Servant dependencies
5555
build-depends:
56-
servant == 0.13.*
56+
servant == 0.13.* || ==0.14.*
5757

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.

servant-foreign/servant-foreign.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ library
5252

5353
-- Servant dependencies
5454
build-depends:
55-
servant == 0.13.*
55+
servant == 0.13.* || ==0.14.*
5656

5757
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
5858
-- Here can be exceptions if we really need features from the newer versions.

servant-server/servant-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: servant-server
2-
version: 0.13.0.1
2+
version: 0.14
33
synopsis: A family of combinators for defining webservices APIs and serving them
44
description:
55
A family of combinators for defining webservices APIs and serving them
@@ -75,7 +75,7 @@ library
7575

7676
-- Servant dependencies
7777
build-depends:
78-
servant == 0.13.*
78+
servant == 0.14.*
7979

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.

servant/servant.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: servant
2-
version: 0.13.0.1
3-
x-revision: 1
2+
version: 0.14
43
synopsis: A family of combinators for defining webservices APIs
54
description:
65
A family of combinators for defining webservices APIs and serving them

0 commit comments

Comments
 (0)