File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : servant-swagger
2
- version : 1.1.8
2
+ version : 1.1.9
3
3
synopsis : Generate a Swagger/OpenAPI/OAS 2.0 specification for your servant API.
4
4
description :
5
5
Swagger is a project used to describe and document RESTful APIs. The core of the
@@ -54,8 +54,8 @@ source-repository head
54
54
55
55
custom-setup
56
56
setup-depends :
57
- base >= 4.9 && < 4.14 ,
58
- Cabal >= 1.24 && < 3.1 ,
57
+ base >= 4.9 && < 4.15 ,
58
+ Cabal >= 1.24 && < 3.3 ,
59
59
cabal-doctest >= 1.0.6 && < 1.1
60
60
61
61
library
@@ -76,12 +76,12 @@ library
76
76
hs-source-dirs : src
77
77
build-depends : aeson >= 1.4.2.0 && < 1.6
78
78
, aeson-pretty >= 0.8.7 && < 0.9
79
- , base >= 4.9.1.0 && < 4.14
79
+ , base >= 4.9.1.0 && < 4.15
80
80
, base-compat >= 0.10.5 && < 0.12
81
81
, bytestring >= 0.10.8.1 && < 0.11
82
82
, http-media >= 0.7.1.3 && < 0.9
83
83
, insert-ordered-containers >= 0.2.1.0 && < 0.3
84
- , lens >= 4.17 && < 4.19
84
+ , lens >= 4.17 && < 4.20
85
85
, servant >= 0.17 && < 0.18
86
86
, singleton-bool >= 0.1.4 && < 0.2
87
87
, swagger2 >= 2.3.0.1 && < 2.7
You can’t perform that action at this time.
0 commit comments