summaryrefslogtreecommitdiffhomepage
path: root/debug-me.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-18 16:35:38 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-18 16:35:38 -0400
commitd73352f848b79224a94e531bb651897321064998 (patch)
tree4e4bb7f13113bfffc950a0451dd89b6ca8160070 /debug-me.cabal
parenta70548f6dade6d93d482510a1b68b99327ec7f4a (diff)
downloaddebug-me-d73352f848b79224a94e531bb651897321064998.tar.gz
initial Crypto
Will use Ed25519 because it's from DJB and well regarded and in common use now.
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 62cfa4c..05ab1e9 100644
--- a/debug-me.cabal
+++ b/debug-me.cabal
@@ -38,10 +38,13 @@ Executable debug-me
, graphviz (== 2999.18.*)
, time (>= 1.6)
, unbounded-delays (>= 0.1)
+ , memory (>= 0.13)
Other-Modules:
CmdLine
+ Crypto
Graphviz
Hash
+ Json
Log
Memory
Pty