Start work on todo.txt parser
This commit is contained in:
parent
36b791d7e0
commit
1c75605cf3
4 changed files with 158 additions and 2 deletions
|
|
@ -23,6 +23,7 @@ dependencies:
|
|||
- base >= 4.7 && < 5
|
||||
- brick
|
||||
- ConfigFile
|
||||
- containers
|
||||
- megaparsec
|
||||
- optparse-applicative
|
||||
- sqlite-simple
|
||||
|
|
@ -33,7 +34,6 @@ dependencies:
|
|||
- vty
|
||||
- hspec
|
||||
- QuickCheck
|
||||
#- containers
|
||||
#- unordered-containers
|
||||
#- transformers
|
||||
#- async
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue