Add back basic UI

This commit is contained in:
Joscha 2018-09-18 19:41:12 +00:00
parent 9effbd1d1b
commit c72ca628f9
12 changed files with 616 additions and 62 deletions

View file

@ -24,11 +24,11 @@ dependencies:
#- ConfigFile
#- aeson
#- async
#- brick
- brick
#- bytestring
- containers
- megaparsec
#- optparse-applicative
- optparse-applicative
#- sqlite-simple
#- stm
#- text
@ -38,7 +38,7 @@ dependencies:
#- unix
#- unordered-containers
- vector
#- vty
- vty
# tests
- hspec
- QuickCheck