Skip to content

Commit 619befd

Browse files
committed
Remove dangling doctest TODO left over from #9572
1 parent d336275 commit 619befd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ ghcid-cli :
8686
# The call below reflects the current documentation of the doctest tool except one caveat,
8787
# which is https://github.com/haskell/cabal/issues/6859, i.e. we have to hide allow-newer in our project
8888
# file from cabal/doctest. This is easy: we just select a project file with no allow-newer (e.g. cabal.project.libonly).
89-
#
90-
# TODO: Cabal-described should be added here but its doctests currently broken, see:
91-
# https://github.com/haskell/cabal/issues/8734
92-
# Just as well, cabal-install(-solver) doctests (the target below) bitrotted and need some care.
9389
doctest :
9490
$(DOCTEST) Cabal-syntax
9591
$(DOCTEST) Cabal-described

0 commit comments

Comments
 (0)