[server] Add new structure for server applications
This commit is contained in:
parent
04b8bd7445
commit
cdfe515df6
4 changed files with 128 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue