lib: add dependecy on 'extra' package

It has a collection of useful list processing functions.
This commit is contained in:
Dmitry Astapov 2017-11-29 11:40:40 +00:00 committed by Simon Michael
parent d05bdd5b4e
commit cf0dfa9f58
2 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,7 @@ library
, uglymemo
, utf8-string >=0.3.5 && <1.1
, HUnit
, extra
exposed-modules:
Hledger
Hledger.Data
@ -171,6 +172,7 @@ test-suite doctests
, uglymemo
, utf8-string >=0.3.5 && <1.1
, HUnit
, extra
, doctest >=0.8
, Glob >=0.7
other-modules:
@ -259,6 +261,7 @@ test-suite hunittests
, uglymemo
, utf8-string >=0.3.5 && <1.1
, HUnit
, extra
, hledger-lib
, test-framework
, test-framework-hunit

View File

@ -70,6 +70,7 @@ dependencies:
- uglymemo
- utf8-string >=0.3.5 && <1.1
- HUnit
- extra
# for ledger-parse:
#- parsers >= 0.5
#- system-filepath