;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
source-dirs: test
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:
- Glob >=0.7
# Need a doctest new enough to support --fast and --verbose.
@ -190,6 +190,6 @@ tests:
buildable: true
source-dirs: test
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:
- hledger-lib