diff options
author | stuebinm | 2022-03-06 13:58:42 +0100 |
---|---|---|
committer | stuebinm | 2022-03-06 13:58:42 +0100 |
commit | e495931e6126896b09a5e95db8ba6f56fda42808 (patch) | |
tree | bb4ce4bb076f894ebef193c143f200c396cfb3d9 /package.yaml | |
parent | ad7343815cc89d34c68f7d38239882bd3d36a577 (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.yaml | 2 |
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 |