From 2a271b27c65a286882332b6268e8946851c52f2a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 14 Apr 2017 09:38:04 -0400 Subject: add JSON serialization Fairly straightforward, but did have to decide how to encode all the ByteStrings, since they are not necessarily utf-8. Used base64. This commit was sponsored by Henrik Riomar on Patreon. --- debug-me.cabal | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debug-me.cabal') diff --git a/debug-me.cabal b/debug-me.cabal index 88e36ac..6f84afb 100644 --- a/debug-me.cabal +++ b/debug-me.cabal @@ -31,6 +31,9 @@ Executable debug-me , stm (>= 2.4) , posix-pty (>= 0.2.1) , terminal-size (>= 0.3) + , aeson (>= 0.11 && < 1.1) + , sandi (>= 0.4) + , text (>= 1.2) Other-Modules: Hash Pty -- cgit v1.2.3