Skip to content

Commit

Permalink
Allow aeson 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed May 25, 2020
1 parent 948e76f commit 788bce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-release.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ library
autogen-modules: Paths_github_release
build-depends:
base >= 4.9.0 && < 4.15
, aeson >= 0.11.2 && < 0.12 || >= 1.0.2 && < 1.5
, aeson >= 0.11.2 && < 0.12 || >= 1.0.2 && < 1.6
, burrito >= 1.0.0 && < 1.2
, bytestring >= 0.10.8 && < 0.11
, http-client >= 0.4.31 && < 0.7
Expand Down

0 comments on commit 788bce8

Please sign in to comment.