[all] Reorganize haskell code into multiple packages
This commit is contained in:
parent
0edc241149
commit
4b8d0ee4a4
37 changed files with 368 additions and 140 deletions
23
forest-server/package.yaml
Normal file
23
forest-server/package.yaml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
name: forest-server
|
||||
version: 0.1.0.0
|
||||
license: MIT
|
||||
author: Garmelon <joscha@plugh.de>
|
||||
copyright: 2020 Garmelon
|
||||
|
||||
synopsis: A framework for forest servers
|
||||
description: Please see the README at <https://github.com/Garmelon/forest#readme>
|
||||
github: Garmelon/forest
|
||||
|
||||
extra-source-files:
|
||||
- README.md
|
||||
|
||||
dependencies:
|
||||
- base >= 4.7 && < 5
|
||||
- containers
|
||||
- forest-common
|
||||
- text
|
||||
- transformers
|
||||
- websockets
|
||||
|
||||
library:
|
||||
source-dirs: src
|
||||
Loading…
Add table
Add a link
Reference in a new issue