File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ doctest-%: ## Run doctests for a specific package.
168168 @echo " Running doctests for $* :" && cd $* && $(CABAL_DOCTEST ) $*
169169
170170doctest-cabal-testsuite : # # Run doctests for a specific package.
171- @echo " Running doctests for cabal-testsuite:" && $(REPL_WITH_DOCTEST ) cabal-testsuite
171+ @echo " Running doctests for cabal-testsuite:" && $(CABAL_DOCTEST ) cabal-testsuite
172172
173173doctest-PACKAGENAME : # # Run doctests for a single package (replace PACKAGENAME).
174174 @echo ' Please use one of the following targets:'
@@ -183,7 +183,7 @@ doctest: $(DOCTEST_TARGETS)
183183# SEE: https://github.com/haskell/cabal/issues/11493
184184.PHONY : doctest-install
185185doctest-install : # # Install doctest tool needed for running doctests.
186- cabal install doctest-0.24.3 --overwrite-policy=always --ignore-project --flag cabal-doctest
186+ cabal install doctest-0.25.0 --overwrite-policy=always --ignore-project --flag cabal-doctest
187187
188188# tests
189189
You can’t perform that action at this time.
0 commit comments