summaryrefslogtreecommitdiffhomepage
path: root/debug-me.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-21 21:06:04 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-21 21:06:04 -0400
commitfe3c26650bb1e267cce756831fdb9cde230cafd5 (patch)
tree5482e3b0f600fd6bb79087e9b26c4539d7530d6c /debug-me.cabal
parent378770cde6fb9fd85983c05eab9eeff2e34398c2 (diff)
downloaddebug-me-fe3c26650bb1e267cce756831fdb9cde230cafd5.tar.gz
use UUID to generate a unique SessionID
Diffstat (limited to 'debug-me.cabal')
-rw-r--r--debug-me.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug-me.cabal b/debug-me.cabal
index 341189a..54fd56b 100644
--- a/debug-me.cabal
+++ b/debug-me.cabal
@@ -41,6 +41,7 @@ Executable debug-me
, graphviz (== 2999.18.*)
, time (>= 1.6)
, filepath (>= 1.4)
+ , directory (>= 1.3)
, containers (>= 0.5)
, unbounded-delays (>= 0.1)
, memory (>= 0.13)
@@ -49,6 +50,7 @@ Executable debug-me
, http-types (>= 0.9)
, websockets (>= 0.10)
, wai-websockets (>= 3.0)
+ , uuid (>= 1.3)
Other-Modules:
CmdLine
Crypto