Skip to content

Commit a85ca5e

Browse files
committed
allow base-4.15
1 parent ff91a93 commit a85ca5e

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
@@ -53,7 +53,7 @@ source-repository head
5353

5454
custom-setup
5555
setup-depends:
56-
base >=4.9 && <4.14,
56+
base >=4.9 && <4.15,
5757
Cabal >= 1.24 && <3.1,
5858
cabal-doctest >=1.0.6 && <1.1
5959

@@ -75,7 +75,7 @@ library
7575
hs-source-dirs: src
7676
build-depends: aeson >=1.4.2.0 && <1.6
7777
, aeson-pretty >=0.8.7 && <0.9
78-
, base >=4.9.1.0 && <4.14
78+
, base >=4.9.1.0 && <4.15
7979
, base-compat >=0.10.5 && <0.12
8080
, bytestring >=0.10.8.1 && <0.11
8181
, http-media >=0.7.1.3 && <0.9

0 commit comments

Comments
 (0)