[server] Extract shared editing logic into a branch
This commit is contained in:
parent
aa074d181b
commit
63a36d8a71
7 changed files with 161 additions and 43 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue