[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

@ -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