bound aeson for microlens compatibility

This commit is contained in:
Mirek Kratochvil 2023-07-21 21:40:59 +02:00
parent e930e2e35d
commit a50cb2eae6

View file

@ -12,7 +12,7 @@ executable reploy
main-is: reploy.hs
other-modules: Types, Utils, FormatOpts
build-depends: base == 4.*
, aeson
, aeson ^>= 2.1
, bytestring
, containers
, data-default