summaryrefslogtreecommitdiffhomepage
path: root/debug-me.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-21 13:25:51 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-21 13:25:51 -0400
commit360d8ac4601dc5b48c22eeb93eb1853cee99e6c9 (patch)
tree57b1e55c818dc45862cb5375e541f7efee829530 /debug-me.cabal
parente336a4fdf3d55f01b8c2871ceb906544a493eeb7 (diff)
downloaddebug-me-360d8ac4601dc5b48c22eeb93eb1853cee99e6c9.tar.gz
http server scaffolding
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