[server] Reimplement collaborative editing

This commit is contained in:
Joscha 2020-03-15 22:23:26 +00:00
parent a2d392bc4d
commit 83406dff10
6 changed files with 75 additions and 15 deletions

View file

@ -33,6 +33,7 @@ library
base >=4.7 && <5
, forest-common
, forest-server
, stm
, websockets
default-language: Haskell2010
@ -48,5 +49,6 @@ executable forest-cabin
, forest-cabin
, forest-common
, forest-server
, stm
, websockets
default-language: Haskell2010