summaryrefslogtreecommitdiff
path: root/main/WebSocket.hs
diff options
context:
space:
mode:
Diffstat (limited to 'main/WebSocket.hs')
-rw-r--r--main/WebSocket.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/WebSocket.hs b/main/WebSocket.hs
index fbdd65f..5c49aa1 100644
--- a/main/WebSocket.hs
+++ b/main/WebSocket.hs
@@ -1,4 +1,5 @@
module WebSocket (
+ WebSocketAddress(..),
startWebsocketServer,
) where