[client] Remove client
This commit is contained in:
parent
9fa804f87f
commit
922488a836
9 changed files with 0 additions and 809 deletions
17
package.yaml
17
package.yaml
|
|
@ -16,17 +16,10 @@ dependencies:
|
|||
- base >= 4.7 && < 5
|
||||
- aeson
|
||||
- async
|
||||
- brick
|
||||
- containers
|
||||
- microlens
|
||||
- optparse-applicative
|
||||
- safe
|
||||
- text
|
||||
- text-zipper
|
||||
- transformers
|
||||
- vty
|
||||
- websockets
|
||||
- wuss
|
||||
|
||||
library:
|
||||
source-dirs: src
|
||||
|
|
@ -41,13 +34,3 @@ executables:
|
|||
- -with-rtsopts=-N
|
||||
dependencies:
|
||||
- forest
|
||||
|
||||
forest-client:
|
||||
main: Main.hs
|
||||
source-dirs: client
|
||||
ghc-options:
|
||||
- -threaded
|
||||
- -rtsopts
|
||||
- -with-rtsopts=-N
|
||||
dependencies:
|
||||
- forest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue