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 /walint.cabal | |
parent | ad7343815cc89d34c68f7d38239882bd3d36a577 (diff) |
server: websocket for updates & auto-reload
todo: find a better solution than writing javascript in haskell strings. SERIOUSLY.
Diffstat (limited to 'walint.cabal')
-rw-r--r-- | walint.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/walint.cabal b/walint.cabal index b9c21fd..aa5f7d3 100644 --- a/walint.cabal +++ b/walint.cabal @@ -172,6 +172,7 @@ executable walint-mapserver , servant-client , servant-lucid , servant-server + , servant-websockets , stm , text , time @@ -182,4 +183,5 @@ executable walint-mapserver , wai-extra , walint , warp + , websockets default-language: Haskell2010 |