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
6969 base-compat >= 0.10.1 && < 0.11
7070 , base64-bytestring >= 1.0.0.1 && < 1.1
7171 , exceptions >= 0.10.0 && < 0.11
72- , free >= 5.0.2 && < 5.1
72+ , free >= 5.0.2 && < 5.2
7373 , generics-sop >= 0.3.2.0 && < 0.4
7474 , http-api-data >= 0.3.8.1 && < 0.4
7575 , http-media >= 0.7.1.2 && < 0.8
Original file line number Diff line number Diff line change 11name : servant-docs
22version : 0.11.2
3- x-revision : 4
3+ x-revision : 5
44synopsis : generate API docs for your servant webservice
55description :
66 Library for generating API docs from a servant API definition.
@@ -66,7 +66,7 @@ library
6666 , hashable >= 1.2.6.1 && < 1.3
6767 , http-media >= 0.7.0 && < 0.8
6868 , http-types >= 0.12 && < 0.13
69- , lens >= 4.15.4 && < 4.17
69+ , lens >= 4.15.4 && < 4.18
7070 , string-conversions >= 0.4.0.1 && < 0.5
7171 , unordered-containers >= 0.2.8.0 && < 0.3
7272
Original file line number Diff line number Diff line change 11name : servant-foreign
22version : 0.11.1
3- x-revision : 2
3+ x-revision : 3
44synopsis : Helpers for generating clients for servant APIs in any programming language
55description :
66 Helper types and functions for generating client functions for servant APIs in any programming language
@@ -59,7 +59,7 @@ library
5959 -- Here can be exceptions if we really need features from the newer versions.
6060 build-depends :
6161 base-compat >= 0.9.3 && < 0.11
62- , lens >= 4.15.4 && < 4.17
62+ , lens >= 4.15.4 && < 4.18
6363 , http-types >= 0.12 && < 0.13
6464
6565 hs-source-dirs : src
You can’t perform that action at this time.
0 commit comments