[server] Extract shared editing logic into a branch

This commit is contained in:
Joscha 2020-03-17 20:29:18 +00:00
parent aa074d181b
commit 63a36d8a71
7 changed files with 161 additions and 43 deletions

View file

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