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.
2 parents a12f68a + a754d40 commit f00aaccCopy full SHA for f00aacc
servant-swagger.cabal
@@ -1,6 +1,6 @@
1
name: servant-swagger
2
version: 1.1.5
3
-x-revision: 3
+x-revision: 4
4
synopsis: Generate Swagger specification for your servant API.
5
description:
6
Swagger™ is a project used to describe and document RESTful APIs.
@@ -77,7 +77,7 @@ library
77
, bytestring >=0.10.4.0 && <0.11
78
, http-media >=0.6.3 && <0.8
79
, insert-ordered-containers >=0.1.0.0 && <0.3
80
- , lens >=4.7.0.1 && <4.17
+ , lens >=4.7.0.1 && <4.18
81
, servant >=0.13 && <0.15
82
, singleton-bool >=0.1.3 && <0.2
83
, swagger2 >=2.1 && <2.3
0 commit comments