Skip to content

Commit

Permalink
Merge pull request #4864 from felixonmars/patch-1
Browse files Browse the repository at this point in the history
Allow aeson 1.5
  • Loading branch information
melted committed Jun 6, 2020
2 parents 0705643 + bdb4338 commit 364261f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idris.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ Library
, BuildFlags_idris

Build-depends: base >=4 && <5
, aeson >= 0.6 && < 1.5
, aeson >= 0.6 && < 1.6
, annotated-wl-pprint >= 0.7 && < 0.8
, ansi-terminal < 0.11
, ansi-wl-pprint < 0.7
Expand Down

0 comments on commit 364261f

Please sign in to comment.