mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 08:32:20 +00:00
Limit aeson version to <2.
This commit is contained in:
parent
b36fdb1e1b
commit
a0780c67fc
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ library
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.10 && <5,
|
base >=4.10 && <5,
|
||||||
JuicyPixels >=3.3.3,
|
JuicyPixels >=3.3.3,
|
||||||
aeson >=1.3.0.0,
|
aeson >=1.3.0.0 && <2,
|
||||||
ansi-terminal >=0.8.0.4,
|
ansi-terminal >=0.8.0.4,
|
||||||
array >=0.5.2.0,
|
array >=0.5.2.0,
|
||||||
attoparsec >=0.13.2.0,
|
attoparsec >=0.13.2.0,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue