(Re-)implement date expression parsing
This commit is contained in:
parent
51eb270431
commit
b8eecddc37
3 changed files with 278 additions and 35 deletions
14
package.yaml
14
package.yaml
|
|
@ -21,24 +21,22 @@ description: Please see the README on Github at <https://github.com/Garm
|
|||
|
||||
dependencies:
|
||||
- base >= 4.7 && < 5
|
||||
- brick
|
||||
- ConfigFile
|
||||
- megaparsec
|
||||
- optparse-applicative
|
||||
- sqlite-simple
|
||||
- text
|
||||
- time
|
||||
- sqlite-simple
|
||||
- brick
|
||||
- vty
|
||||
- optparse-applicative
|
||||
- ConfigFile
|
||||
- unix
|
||||
- vty
|
||||
#- containers
|
||||
#- unordered-containers
|
||||
#- text
|
||||
#- time
|
||||
#- transformers
|
||||
#- async
|
||||
#- aeson
|
||||
#- bytestring
|
||||
#- stm
|
||||
#- megaparsec
|
||||
|
||||
library:
|
||||
source-dirs: src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue