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 1ddfe9e commit a19f8b5Copy full SHA for a19f8b5
servant-swagger.cabal
@@ -1,6 +1,6 @@
1
name: servant-swagger
2
version: 1.1.7
3
-x-revision: 1
+x-revision: 2
4
synopsis: Generate a Swagger/OpenAPI/OAS 2.0 specification for your servant API.
5
description:
6
Swagger is a project used to describe and document RESTful APIs. The core of the
@@ -79,7 +79,7 @@ library
79
, base >=4.9.1.0 && <4.13
80
, base-compat >=0.10.5 && <0.11
81
, bytestring >=0.10.8.1 && <0.11
82
- , http-media >=0.7.1.3 && <0.8
+ , http-media >=0.7.1.3 && <0.9
83
, insert-ordered-containers >=0.2.1.0 && <0.3
84
, lens >=4.17 && <4.18
85
, servant >=0.15 && <0.17
0 commit comments