Skip to content

Commit f055663

Browse files
authored
Merge pull request #63 from phadej/aeson-1.2
Allow aeson-1.2
2 parents 10a8d86 + 21c4035 commit f055663

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
@@ -54,7 +54,7 @@ library
5454
Servant.Swagger.Internal.TypeLevel.Every
5555
Servant.Swagger.Internal.TypeLevel.TMap
5656
hs-source-dirs: src
57-
build-depends: aeson >=0.11.2.0 && <1.2
57+
build-depends: aeson >=0.11.2.0 && <1.3
5858
, base >=4.7.0.0 && <4.10
5959
, bytestring >=0.10.4.0 && <0.11
6060
, http-media >=0.6.3 && <0.7

0 commit comments

Comments
 (0)