Skip to content
Snippets Groups Projects
Unverified Commit 619befd0 authored by Phil de Joux's avatar Phil de Joux
Browse files

Remove dangling doctest TODO left over from #9572

parent d3362759
No related branches found
No related tags found
No related merge requests found
......@@ -86,10 +86,6 @@ ghcid-cli :
# The call below reflects the current documentation of the doctest tool except one caveat,
# which is https://github.com/haskell/cabal/issues/6859, i.e. we have to hide allow-newer in our project
# file from cabal/doctest. This is easy: we just select a project file with no allow-newer (e.g. cabal.project.libonly).
#
# TODO: Cabal-described should be added here but its doctests currently broken, see:
# https://github.com/haskell/cabal/issues/8734
# Just as well, cabal-install(-solver) doctests (the target below) bitrotted and need some care.
doctest :
$(DOCTEST) Cabal-syntax
$(DOCTEST) Cabal-described
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment