From 7fd01907dc68631465f274cf0d4d58896f5fd03a Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 17 Aug 2020 22:02:39 +0200 Subject: Explicitly create password-protected rooms --- server/uplcg.cabal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/uplcg.cabal') 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 -- cgit v1.2.3