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
|
, uglymemo
|
||||||
, utf8-string >=0.3.5 && <1.1
|
, utf8-string >=0.3.5 && <1.1
|
||||||
, HUnit
|
, HUnit
|
||||||
|
, extra
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
Hledger
|
Hledger
|
||||||
Hledger.Data
|
Hledger.Data
|
||||||
@ -171,6 +172,7 @@ test-suite doctests
|
|||||||
, uglymemo
|
, uglymemo
|
||||||
, utf8-string >=0.3.5 && <1.1
|
, utf8-string >=0.3.5 && <1.1
|
||||||
, HUnit
|
, HUnit
|
||||||
|
, extra
|
||||||
, doctest >=0.8
|
, doctest >=0.8
|
||||||
, Glob >=0.7
|
, Glob >=0.7
|
||||||
other-modules:
|
other-modules:
|
||||||
@ -259,6 +261,7 @@ test-suite hunittests
|
|||||||
, uglymemo
|
, uglymemo
|
||||||
, utf8-string >=0.3.5 && <1.1
|
, utf8-string >=0.3.5 && <1.1
|
||||||
, HUnit
|
, HUnit
|
||||||
|
, extra
|
||||||
, hledger-lib
|
, hledger-lib
|
||||||
, test-framework
|
, test-framework
|
||||||
, test-framework-hunit
|
, test-framework-hunit
|
||||||
|
|||||||
@ -70,6 +70,7 @@ dependencies:
|
|||||||
- uglymemo
|
- uglymemo
|
||||||
- utf8-string >=0.3.5 && <1.1
|
- utf8-string >=0.3.5 && <1.1
|
||||||
- HUnit
|
- HUnit
|
||||||
|
- extra
|
||||||
# for ledger-parse:
|
# for ledger-parse:
|
||||||
#- parsers >= 0.5
|
#- parsers >= 0.5
|
||||||
#- system-filepath
|
#- system-filepath
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user