[server] Reimplement collaborative editing
This commit is contained in:
parent
a2d392bc4d
commit
83406dff10
6 changed files with 75 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue