Limit aeson version to <2.

This commit is contained in:
David Himmelstrup 2021-10-13 14:31:23 +08:00
commit a0780c67fc

View file

@ -121,7 +121,7 @@ library
build-depends:
base >=4.10 && <5,
JuicyPixels >=3.3.3,
aeson >=1.3.0.0,
aeson >=1.3.0.0 && <2,
ansi-terminal >=0.8.0.4,
array >=0.5.2.0,
attoparsec >=0.13.2.0,