File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : servant-client
2
2
version : 0.13.0.1
3
+ x-revision : 2
3
4
synopsis : automatical derivation of querying functions for servant webservices
4
5
description :
5
6
This library lets you derive automatically Haskell functions that
@@ -60,7 +61,7 @@ library
60
61
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
61
62
-- Here can be exceptions if we really need features from the newer versions.
62
63
build-depends :
63
- aeson >= 1.2.3.0 && < 1.4
64
+ aeson >= 1.2.3.0 && < 1.5
64
65
, base-compat >= 0.9.3 && < 0.11
65
66
, attoparsec >= 0.13.2.0 && < 0.14
66
67
, http-client >= 0.5.7.1 && < 0.6
Original file line number Diff line number Diff line change 1
1
name : servant-docs
2
2
version : 0.11.2
3
- x-revision : 2
3
+ x-revision : 3
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.
@@ -58,7 +58,7 @@ library
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.
60
60
build-depends :
61
- aeson >= 1.2.3.0 && < 1.4
61
+ aeson >= 1.2.3.0 && < 1.5
62
62
, aeson-pretty >= 0.8.5 && < 0.9
63
63
, base-compat >= 0.9.3 && < 0.11
64
64
, case-insensitive >= 1.2.0.10 && < 1.3
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ library
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.
82
82
build-depends :
83
- aeson >= 1.2.3.0 && < 1.4
83
+ aeson >= 1.2.3.0 && < 1.5
84
84
, base-compat >= 0.9.3 && < 0.11
85
85
, attoparsec >= 0.13.2.0 && < 0.14
86
86
, base64-bytestring >= 1.0.0.1 && < 1.1
Original file line number Diff line number Diff line change 1
1
name : servant
2
2
version : 0.13.0.1
3
+ x-revision : 1
3
4
synopsis : A family of combinators for defining webservices APIs
4
5
description :
5
6
A family of combinators for defining webservices APIs and serving them
@@ -83,7 +84,7 @@ library
83
84
-- Here can be exceptions if we really need features from the newer versions.
84
85
build-depends :
85
86
base-compat >= 0.9.3 && < 0.11
86
- , aeson >= 1.2.3.0 && < 1.4
87
+ , aeson >= 1.2.3.0 && < 1.5
87
88
, attoparsec >= 0.13.2.0 && < 0.14
88
89
, case-insensitive >= 1.2.0.10 && < 1.3
89
90
, http-api-data >= 0.3.7.1 && < 0.4
You can’t perform that action at this time.
0 commit comments