summaryrefslogtreecommitdiffhomepage
path: root/debug-me.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-14 09:38:04 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-14 09:38:04 -0400
commit2a271b27c65a286882332b6268e8946851c52f2a (patch)
treeb46233a6285834d89947193a36df72341519b818 /debug-me.cabal
parentde7af3470e0b972ea9498f7ed07e6b38e8f15d03 (diff)
downloaddebug-me-2a271b27c65a286882332b6268e8946851c52f2a.tar.gz
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.
Diffstat (limited to 'debug-me.cabal')
-rw-r--r--debug-me.cabal3
1 files changed, 3 insertions, 0 deletions
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