;lib: clarify test suites recompilation workaround (#1125)

[ci skip]
This commit is contained in:
Simon Michael 2019-11-19 04:10:46 -08:00
parent f82ed83153
commit f0b2eed6c2

View File

@ -160,7 +160,7 @@ tests:
buildable: true buildable: true
source-dirs: test source-dirs: test
main: doctests.hs main: doctests.hs
other-modules: [] # https://github.com/sol/hpack/issues/188 other-modules: [] # prevent double compilation, https://github.com/sol/hpack/issues/188
dependencies: dependencies:
- Glob >=0.7 - Glob >=0.7
# Need a doctest new enough to support --fast and --verbose. # Need a doctest new enough to support --fast and --verbose.
@ -190,6 +190,6 @@ tests:
buildable: true buildable: true
source-dirs: test source-dirs: test
main: easytests.hs main: easytests.hs
other-modules: [] # https://github.com/sol/hpack/issues/188 other-modules: [] # prevent double compilation, https://github.com/sol/hpack/issues/188
dependencies: dependencies:
- hledger-lib - hledger-lib