lib: add dependecy on 'extra' package
It has a collection of useful list processing functions.
This commit is contained in:
parent
d05bdd5b4e
commit
cf0dfa9f58
@ -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
|
||||
|
||||
@ -70,6 +70,7 @@ dependencies:
|
||||
- uglymemo
|
||||
- utf8-string >=0.3.5 && <1.1
|
||||
- HUnit
|
||||
- extra
|
||||
# for ledger-parse:
|
||||
#- parsers >= 0.5
|
||||
#- system-filepath
|
||||
|
||||
Loading…
Reference in New Issue
Block a user