Skip to content

Commit 0b828aa

Browse files
authored
Merge pull request #119 from ethercrow/patch-1
Relax upper bounds for base, Cabal and lens
2 parents 7a84497 + 9830547 commit 0b828aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

servant-swagger.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: servant-swagger
2-
version: 1.1.8
2+
version: 1.1.9
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
@@ -54,8 +54,8 @@ source-repository head
5454

5555
custom-setup
5656
setup-depends:
57-
base >=4.9 && <4.14,
58-
Cabal >= 1.24 && <3.1,
57+
base >=4.9 && <4.15,
58+
Cabal >= 1.24 && <3.3,
5959
cabal-doctest >=1.0.6 && <1.1
6060

6161
library
@@ -76,12 +76,12 @@ library
7676
hs-source-dirs: src
7777
build-depends: aeson >=1.4.2.0 && <1.6
7878
, aeson-pretty >=0.8.7 && <0.9
79-
, base >=4.9.1.0 && <4.14
79+
, base >=4.9.1.0 && <4.15
8080
, base-compat >=0.10.5 && <0.12
8181
, bytestring >=0.10.8.1 && <0.11
8282
, http-media >=0.7.1.3 && <0.9
8383
, insert-ordered-containers >=0.2.1.0 && <0.3
84-
, lens >=4.17 && <4.19
84+
, lens >=4.17 && <4.20
8585
, servant >=0.17 && <0.18
8686
, singleton-bool >=0.1.4 && <0.2
8787
, swagger2 >=2.3.0.1 && <2.7

0 commit comments

Comments
 (0)