Skip to content

Commit e9de561

Browse files
authored
Merge pull request #117 from felixonmars/patch-2
Allow aeson 1.5
2 parents ad92fdd + 84f8839 commit e9de561

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)