lib: fix a potential build failure: add Ledger.Parse.Text to package.yaml

This commit is contained in:
Simon Michael 2017-01-16 13:52:30 -08:00
parent 8c7b0c2925
commit ce69f17db6

View File

@ -123,6 +123,8 @@ library:
- Hledger.Utils.Text
- Hledger.Utils.Tree
- Hledger.Utils.UTF8IOCompat
other-modules:
- Ledger.Parser.Text
dependencies:
- parsec
- semigroups