Skip to content

Commit

Permalink
Remove dangling doctest TODO left over from #9572
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Mar 26, 2024
1 parent d336275 commit 619befd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 619befd

Please sign in to comment.