[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
|
|
@ -26,6 +26,7 @@ source-repository head
|
|||
|
||||
library
|
||||
exposed-modules:
|
||||
Forest.Server.Branch.SharedEdit
|
||||
Forest.Server.Schema
|
||||
Forest.Server.TreeApp
|
||||
other-modules:
|
||||
|
|
@ -36,6 +37,7 @@ library
|
|||
base >=4.7 && <5
|
||||
, containers
|
||||
, forest-common
|
||||
, microlens
|
||||
, stm
|
||||
, text
|
||||
, transformers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue