Skip to content

Commit 0533931

Browse files
committed
Allow aeson-2.2
1 parent 9eab895 commit 0533931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-openapi3.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ library
7676
Servant.OpenApi.Internal.TypeLevel.Every
7777
Servant.OpenApi.Internal.TypeLevel.TMap
7878
hs-source-dirs: src
79-
build-depends: aeson >=1.4.2.0 && <1.6 || >=2.0.1.0 && <2.2
79+
build-depends: aeson >=1.4.2.0 && <1.6 || >=2.0.1.0 && <2.3
8080
, aeson-pretty >=0.8.7 && <0.9
8181
, base >=4.9.1.0 && <4.19
8282
, base-compat >=0.10.5 && <0.14

0 commit comments

Comments
 (0)