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 abfae5c commit 02f1a2eCopy full SHA for 02f1a2e
servant-swagger.cabal
@@ -1,6 +1,6 @@
1
name: servant-swagger
2
version: 1.1.5
3
-x-revision: 4
+x-revision: 5
4
synopsis: Generate Swagger specification for your servant API.
5
description:
6
Swagger is a project used to describe and document RESTful APIs.
@@ -81,7 +81,7 @@ library
81
, lens >=4.7.0.1 && <4.18
82
, servant >=0.13 && <0.15
83
, singleton-bool >=0.1.3 && <0.2
84
- , swagger2 >=2.1 && <2.3
+ , swagger2 >=2.1 && <2.4
85
, text >=1.2.0.6 && <1.3
86
, unordered-containers >=0.2.5.1 && <0.3
87
0 commit comments