Skip to content

Commit

Permalink
Allow aeson-2.1 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel authored Jul 24, 2022
1 parent 0ebf8fc commit d3362b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goldplate.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Executable goldplate
Paths_goldplate

Build-depends:
aeson >= 1.4 && < 2.1,
aeson >= 1.4 && < 2.2,
aeson-pretty >= 0.8 && < 0.9,
async >= 2.2 && < 2.3,
base >= 4.11 && < 5,
Expand Down

0 comments on commit d3362b2

Please sign in to comment.