File tree Expand file tree Collapse file tree 8 files changed +17
-14
lines changed Expand file tree Collapse file tree 8 files changed +17
-14
lines changed Original file line number Diff line number Diff line change @@ -31,3 +31,8 @@ constraints:
31
31
32
32
allow-newer :
33
33
http-media :base
34
+
35
+ allow-newer :
36
+ servant-js :servant,
37
+ servant-pagination :servant,
38
+ servant-pagination :servant-server
Original file line number Diff line number Diff line change 1
1
name : servant-client-core
2
- version : 0.13
2
+ version : 0.14
3
3
synopsis : Core functionality and class for client function generation for servant APIs
4
4
description :
5
5
This library provides backend-agnostic generation of client functions. For
@@ -60,7 +60,7 @@ library
60
60
61
61
-- Servant dependencies
62
62
build-depends :
63
- servant == 0.13 . *
63
+ servant == 0.14 . *
64
64
65
65
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
66
66
-- Here can be exceptions if we really need features from the newer versions.
Original file line number Diff line number Diff line change 1
1
name : servant-client-ghcjs
2
- version : 0.13
2
+ version : 0.14
3
3
synopsis : automatical derivation of querying functions for servant webservices for ghcjs
4
4
description :
5
5
This library lets you automatically derive Haskell functions that
@@ -43,7 +43,7 @@ library
43
43
, monad-control >= 1.0.0.4 && < 1.1
44
44
, mtl >= 2.1 && < 2.3
45
45
, semigroupoids >= 4.3 && < 5.3
46
- , servant-client-core == 0.13 . *
46
+ , servant-client-core == 0.14 . *
47
47
, string-conversions >= 0.3 && < 0.5
48
48
, transformers >= 0.3 && < 0.6
49
49
, transformers-base >= 0.4.4 && < 0.5
Original file line number Diff line number Diff line change 1
1
name : servant-client
2
- version : 0.13.0.1
3
- x-revision : 2
2
+ version : 0.14
4
3
synopsis : automatical derivation of querying functions for servant webservices
5
4
description :
6
5
This library lets you derive automatically Haskell functions that
@@ -56,7 +55,7 @@ library
56
55
57
56
-- Servant dependencies
58
57
build-depends :
59
- servant-client-core == 0.13 . *
58
+ servant-client-core == 0.14 . *
60
59
61
60
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
62
61
-- Here can be exceptions if we really need features from the newer versions.
Original file line number Diff line number Diff line change 1
1
name : servant-docs
2
2
version : 0.11.2
3
- x-revision : 3
3
+ x-revision : 4
4
4
synopsis : generate API docs for your servant webservice
5
5
description :
6
6
Library for generating API docs from a servant API definition.
@@ -53,7 +53,7 @@ library
53
53
54
54
-- Servant dependencies
55
55
build-depends :
56
- servant == 0.13. *
56
+ servant == 0.13. * || == 0.14. *
57
57
58
58
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
59
59
-- Here can be exceptions if we really need features from the newer versions.
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ library
52
52
53
53
-- Servant dependencies
54
54
build-depends :
55
- servant == 0.13. *
55
+ servant == 0.13. * || == 0.14. *
56
56
57
57
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
58
58
-- Here can be exceptions if we really need features from the newer versions.
Original file line number Diff line number Diff line change 1
1
name : servant-server
2
- version : 0.13.0.1
2
+ version : 0.14
3
3
synopsis : A family of combinators for defining webservices APIs and serving them
4
4
description :
5
5
A family of combinators for defining webservices APIs and serving them
@@ -75,7 +75,7 @@ library
75
75
76
76
-- Servant dependencies
77
77
build-depends :
78
- servant == 0.13 . *
78
+ servant == 0.14 . *
79
79
80
80
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
81
81
-- Here can be exceptions if we really need features from the newer versions.
Original file line number Diff line number Diff line change 1
1
name : servant
2
- version : 0.13.0.1
3
- x-revision : 1
2
+ version : 0.14
4
3
synopsis : A family of combinators for defining webservices APIs
5
4
description :
6
5
A family of combinators for defining webservices APIs and serving them
You can’t perform that action at this time.
0 commit comments