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 11name : servant-swagger
2- version : 1.1.8
2+ version : 1.1.9
33synopsis : Generate a Swagger/OpenAPI/OAS 2.0 specification for your servant API.
44description :
55 Swagger is a project used to describe and document RESTful APIs. The core of the
@@ -54,8 +54,8 @@ source-repository head
5454
5555custom-setup
5656 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 ,
5959 cabal-doctest >= 1.0.6 && < 1.1
6060
6161library
@@ -76,12 +76,12 @@ library
7676 hs-source-dirs : src
7777 build-depends : aeson >= 1.4.2.0 && < 1.6
7878 , aeson-pretty >= 0.8.7 && < 0.9
79- , base >= 4.9.1.0 && < 4.14
79+ , base >= 4.9.1.0 && < 4.15
8080 , base-compat >= 0.10.5 && < 0.12
8181 , bytestring >= 0.10.8.1 && < 0.11
8282 , http-media >= 0.7.1.3 && < 0.9
8383 , insert-ordered-containers >= 0.2.1.0 && < 0.3
84- , lens >= 4.17 && < 4.19
84+ , lens >= 4.17 && < 4.20
8585 , servant >= 0.17 && < 0.18
8686 , singleton-bool >= 0.1.4 && < 0.2
8787 , swagger2 >= 2.3.0.1 && < 2.7
You can’t perform that action at this time.
0 commit comments