[hs] Add day module

To help with reading input etc. for a single day
This commit is contained in:
Joscha 2020-12-03 00:08:48 +00:00
parent 17379cc287
commit 3b0ea44036
2 changed files with 42 additions and 0 deletions

View file

@ -4,6 +4,7 @@ version: 0.1.0.0
dependencies:
- base >= 4.7 && < 5
- containers
- megaparsec
- optparse-applicative
- text