summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorstuebinm2022-03-06 13:58:42 +0100
committerstuebinm2022-03-19 19:57:18 +0100
commit6f1be3e881cc1d203607fdba28c0c694a06b352f (patch)
tree22ef8f6cbfe2c48d97ecf5f1ec79befa8b9d4834 /package.yaml
parent7da030ea5cedbdedea09d37f94678b0b5a6834fa (diff)
server: websocket for updates & auto-reload
todo: find a better solution than writing javascript in haskell strings. SERIOUSLY.
Diffstat (limited to '')
-rw-r--r--package.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
index aa7c267..39efe0a 100644
--- a/package.yaml
+++ b/package.yaml
@@ -102,8 +102,10 @@ executables:
- servant-server
- servant-client
- servant-lucid
+ - servant-websockets
- http-types
- http-client
+ - websockets
- process
- extra
- microlens-platform