parent
f82ed83153
commit
f0b2eed6c2
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user