Skip to content

Commit 9ea3d2a

Browse files
committed
bump version bounds
1 parent 0b828aa commit 9ea3d2a

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,5 +1,5 @@
11
name: servant-swagger
2-
version: 1.1.9
2+
version: 1.1.10
33
synopsis: Generate a Swagger/OpenAPI/OAS 2.0 specification for your servant API.
44
description:
55
Swagger is a project used to describe and document RESTful APIs. The core of the
@@ -82,7 +82,7 @@ library
8282
, http-media >=0.7.1.3 && <0.9
8383
, insert-ordered-containers >=0.2.1.0 && <0.3
8484
, lens >=4.17 && <4.20
85-
, servant >=0.17 && <0.18
85+
, servant >=0.17 && <0.19
8686
, singleton-bool >=0.1.4 && <0.2
8787
, swagger2 >=2.3.0.1 && <2.7
8888
, text >=1.2.3.0 && <1.3

0 commit comments

Comments
 (0)