Skip to content

Commit d56bef6

Browse files
committed
Try doctest-0.25.0 and cabal-doctest for cabal-testsuite
1 parent a0eb462 commit d56bef6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ doctest-%: ## Run doctests for a specific package.
178178
@echo "Running doctests for $*:" && cd $* && $(CABAL_DOCTEST) $*
179179

180180
doctest-cabal-testsuite: ## Run doctests for a specific package.
181-
@echo "Running doctests for cabal-testsuite:" && $(REPL_WITH_DOCTEST) cabal-testsuite
181+
@echo "Running doctests for cabal-testsuite:" && $(CABAL_DOCTEST) cabal-testsuite
182182

183183
doctest-PACKAGENAME: ## Run doctests for a single package (replace PACKAGENAME).
184184
@echo 'Please use one of the following targets:'

0 commit comments

Comments
 (0)