[server] Add new structure for server applications

This commit is contained in:
Joscha 2020-03-15 00:59:18 +00:00
parent 04b8bd7445
commit cdfe515df6
4 changed files with 128 additions and 16 deletions

View file

@ -28,6 +28,7 @@ library
exposed-modules:
Forest.Server
Forest.Server.Broadcast
Forest.Server.TreeApp
Forest.Server.TreeModule
Forest.Server.TreeModule.Animate
Forest.Server.TreeModule.Const
@ -41,6 +42,7 @@ library
base >=4.7 && <5
, containers
, forest-common
, stm
, text
, transformers
, websockets