From a50cb2eae6817520b759c9d0332f0f16c1b047c6 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Fri, 21 Jul 2023 21:40:59 +0200 Subject: [PATCH] bound aeson for microlens compatibility --- reploy.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reploy.cabal b/reploy.cabal index 157a11a..990d89b 100644 --- a/reploy.cabal +++ b/reploy.cabal @@ -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