[client] Remove client

This commit is contained in:
Joscha 2020-02-18 10:23:54 +00:00
parent 9fa804f87f
commit 922488a836
9 changed files with 0 additions and 809 deletions

View file

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