Skip to content

Commit

Permalink
Allow aeson 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak authored Jun 18, 2022
1 parent 8453c05 commit f36ef70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rattletrap.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ library

autogen-modules: Paths_rattletrap
build-depends:
, aeson ^>= 2.0.3
, aeson ^>= 2.0.3 || ^>= 2.1.0
, aeson-pretty ^>= 0.8.9
, array ^>= 0.5.4
, bytestring ^>= 0.11.3.1
Expand Down

0 comments on commit f36ef70

Please sign in to comment.