From c7bae27f009ccaae4d365dc2471c0725de2f5793 Mon Sep 17 00:00:00 2001 From: Tony Zorman Date: Thu, 24 Mar 2022 10:58:13 +0100 Subject: Support aeson 2.0 As per the aeson 2.0.0.0 changelog[1], starting with that version the map type used by Object is now abstract, as is the key type of that map. Related: https://github.com/haskell/aeson/pull/866 Related: https://github.com/haskell/aeson/pull/868 [1]: https://hackage.haskell.org/package/aeson-2.0.0.0/changelog --- debug-me.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug-me.cabal') diff --git a/debug-me.cabal b/debug-me.cabal index d859cbb..db7cc63 100644 --- a/debug-me.cabal +++ b/debug-me.cabal @@ -64,7 +64,7 @@ Executable debug-me , stm-chans (>= 3.0) , posix-pty (>= 0.2.1) , terminal-size (>= 0.3) - , aeson (>= 0.11 && < 1.5) + , aeson (>= 0.11 && < 2.1) , sandi (>= 0.4) , text (>= 1.2.2) , optparse-applicative (>= 0.12) -- cgit v1.2.3