summaryrefslogtreecommitdiffhomepage
path: root/debug-me.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'debug-me.cabal')
-rw-r--r--debug-me.cabal8
1 files changed, 6 insertions, 2 deletions
diff --git a/debug-me.cabal b/debug-me.cabal
index 5042ee3..f32f195 100644
--- a/debug-me.cabal
+++ b/debug-me.cabal
@@ -40,8 +40,11 @@ Executable debug-me
, time (>= 1.6)
, unbounded-delays (>= 0.1)
, memory (>= 0.13)
- --, websockets (>= 0.9)
- --, wai-websockets (>= 3.0)
+ , warp (>= 3.2)
+ , wai (>= 3.2)
+ , http-types (>= 0.9)
+ , websockets (>= 0.9)
+ , wai-websockets (>= 3.0)
Other-Modules:
CmdLine
Crypto
@@ -54,6 +57,7 @@ Executable debug-me
Session
Types
Serialization
+ Server
Val
source-repository head