aboutsummaryrefslogtreecommitdiff
path: root/server/uplcg.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt2020-08-17 22:02:39 +0200
committerJasper Van der Jeugt2020-08-17 22:02:39 +0200
commit7fd01907dc68631465f274cf0d4d58896f5fd03a (patch)
treede158b1328f2982ba8ac8e80a2378e003567904b /server/uplcg.cabal
parent196c929d9d159665d2cbe6cf3fce21e8aa9ea0b9 (diff)
Explicitly create password-protected rooms
Diffstat (limited to '')
-rw-r--r--server/uplcg.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/uplcg.cabal b/server/uplcg.cabal
index c97d358..d8d375d 100644
--- a/server/uplcg.cabal
+++ b/server/uplcg.cabal
@@ -36,6 +36,7 @@ Library
elm-bridge >= 0.5 && < 0.6,
fast-logger >= 3.0 && < 3.1,
hashable >= 1.3 && < 1.4,
+ http-types >= 0.12 && < 0.13,
lens >= 4.18 && < 4.19,
mtl >= 2.2 && < 2.3,
process >= 1.6 && < 1.7,
@@ -52,6 +53,7 @@ Library
vector-instances >= 3.4 && < 3.5,
vector-shuffling >= 1.1 && < 1.2,
wai >= 3.2 && < 3.3,
+ wai-extra >= 3.0 && < 3.1,
wai-websockets >= 3.0 && < 3.1,
warp >= 3.3 && < 3.4,
websockets >= 0.12 && < 0.13