Skip to content

Commit 26e8089

Browse files
committed
Update dependencies for GHC-9.2
1 parent a0cbf88 commit 26e8089

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

servant-openapi3.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ source-repository head
5353

5454
custom-setup
5555
setup-depends:
56-
base >=4.9 && <4.16,
57-
Cabal >= 1.24 && <3.5,
56+
base >=4.9 && <4.17,
57+
Cabal >= 1.24 && <3.7,
5858
cabal-doctest >=1.0.6 && <1.1
5959

6060
library
@@ -75,9 +75,9 @@ library
7575
hs-source-dirs: src
7676
build-depends: aeson >=1.4.2.0 && <1.6 || >=2.0.1.0 && <2.1
7777
, aeson-pretty >=0.8.7 && <0.9
78-
, base >=4.9.1.0 && <4.16
79-
, base-compat >=0.10.5 && <0.12
80-
, bytestring >=0.10.8.1 && <0.11
78+
, base >=4.9.1.0 && <4.17
79+
, base-compat >=0.10.5 && <0.13
80+
, bytestring >=0.10.8.1 && <0.12
8181
, http-media >=0.7.1.3 && <0.9
8282
, insert-ordered-containers >=0.2.1.0 && <0.3
8383
, lens >=4.17 && <5.2
@@ -96,7 +96,7 @@ test-suite doctests
9696
build-depends:
9797
base,
9898
directory >= 1.0,
99-
doctest >= 0.11.1 && <0.20,
99+
doctest >= 0.11.1 && <0.21,
100100
servant,
101101
QuickCheck,
102102
filepath

0 commit comments

Comments
 (0)