We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b828aa commit 9ea3d2aCopy full SHA for 9ea3d2a
servant-swagger.cabal
@@ -1,5 +1,5 @@
1
name: servant-swagger
2
-version: 1.1.9
+version: 1.1.10
3
synopsis: Generate a Swagger/OpenAPI/OAS 2.0 specification for your servant API.
4
description:
5
Swagger is a project used to describe and document RESTful APIs. The core of the
@@ -82,7 +82,7 @@ library
82
, http-media >=0.7.1.3 && <0.9
83
, insert-ordered-containers >=0.2.1.0 && <0.3
84
, lens >=4.17 && <4.20
85
- , servant >=0.17 && <0.18
+ , servant >=0.17 && <0.19
86
, singleton-bool >=0.1.4 && <0.2
87
, swagger2 >=2.3.0.1 && <2.7
88
, text >=1.2.3.0 && <1.3
0 commit comments