Skip to content

Commit 84f8839

Browse files
authored
Allow aeson 1.5
Builds fine and all tests pass here.
1 parent ad92fdd commit 84f8839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-swagger.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ library
7474
Servant.Swagger.Internal.TypeLevel.Every
7575
Servant.Swagger.Internal.TypeLevel.TMap
7676
hs-source-dirs: src
77-
build-depends: aeson >=1.4.2.0 && <1.5
77+
build-depends: aeson >=1.4.2.0 && <1.6
7878
, aeson-pretty >=0.8.7 && <0.9
7979
, base >=4.9.1.0 && <4.14
8080
, base-compat >=0.10.5 && <0.12

0 commit comments

Comments
 (0)