File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ library
69
69
base-compat >= 0.10.1 && < 0.11
70
70
, base64-bytestring >= 1.0.0.1 && < 1.1
71
71
, exceptions >= 0.10.0 && < 0.11
72
- , free >= 5.0.2 && < 5.1
72
+ , free >= 5.0.2 && < 5.2
73
73
, generics-sop >= 0.3.2.0 && < 0.4
74
74
, http-api-data >= 0.3.8.1 && < 0.4
75
75
, http-media >= 0.7.1.2 && < 0.8
Original file line number Diff line number Diff line change 1
1
name : servant-docs
2
2
version : 0.11.2
3
- x-revision : 4
3
+ x-revision : 5
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.
@@ -66,7 +66,7 @@ library
66
66
, hashable >= 1.2.6.1 && < 1.3
67
67
, http-media >= 0.7.0 && < 0.8
68
68
, http-types >= 0.12 && < 0.13
69
- , lens >= 4.15.4 && < 4.17
69
+ , lens >= 4.15.4 && < 4.18
70
70
, string-conversions >= 0.4.0.1 && < 0.5
71
71
, unordered-containers >= 0.2.8.0 && < 0.3
72
72
Original file line number Diff line number Diff line change 1
1
name : servant-foreign
2
2
version : 0.11.1
3
- x-revision : 2
3
+ x-revision : 3
4
4
synopsis : Helpers for generating clients for servant APIs in any programming language
5
5
description :
6
6
Helper types and functions for generating client functions for servant APIs in any programming language
@@ -59,7 +59,7 @@ library
59
59
-- Here can be exceptions if we really need features from the newer versions.
60
60
build-depends :
61
61
base-compat >= 0.9.3 && < 0.11
62
- , lens >= 4.15.4 && < 4.17
62
+ , lens >= 4.15.4 && < 4.18
63
63
, http-types >= 0.12 && < 0.13
64
64
65
65
hs-source-dirs : src
You can’t perform that action at this time.
0 commit comments