Skip to content

Commit d9b8c49

Browse files
authored
Merge pull request #101 from haskell-servant/http-media-0.8
Allow http-media-0.8
2 parents 1ddfe9e + a19f8b5 commit d9b8c49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

servant-swagger.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: servant-swagger
22
version: 1.1.7
3-
x-revision: 1
3+
x-revision: 2
44
synopsis: Generate a Swagger/OpenAPI/OAS 2.0 specification for your servant API.
55
description:
66
Swagger is a project used to describe and document RESTful APIs. The core of the
@@ -79,7 +79,7 @@ library
7979
, base >=4.9.1.0 && <4.13
8080
, base-compat >=0.10.5 && <0.11
8181
, bytestring >=0.10.8.1 && <0.11
82-
, http-media >=0.7.1.3 && <0.8
82+
, http-media >=0.7.1.3 && <0.9
8383
, insert-ordered-containers >=0.2.1.0 && <0.3
8484
, lens >=4.17 && <4.18
8585
, servant >=0.15 && <0.17

0 commit comments

Comments
 (0)