lib: fix hunit tests

This commit is contained in:
Simon Michael 2016-11-12 14:13:55 -08:00
parent 2996ec971b
commit 6db6f9aa2c
2 changed files with 2 additions and 0 deletions

View File

@ -273,6 +273,7 @@ test-suite hunittests
, system-filepath , system-filepath
, trifecta >= 0.91 , trifecta >= 0.91
, hledger-lib , hledger-lib
, parsec
, test-framework , test-framework
, test-framework-hunit , test-framework-hunit
if impl(ghc <7.6) if impl(ghc <7.6)

View File

@ -153,6 +153,7 @@ tests:
source-dirs: tests source-dirs: tests
dependencies: dependencies:
- hledger-lib - hledger-lib
- parsec
- test-framework - test-framework
- test-framework-hunit - test-framework-hunit
when: when: