We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d336275 commit 619befdCopy full SHA for 619befd
Makefile
@@ -86,10 +86,6 @@ ghcid-cli :
86
# The call below reflects the current documentation of the doctest tool except one caveat,
87
# which is https://github.com/haskell/cabal/issues/6859, i.e. we have to hide allow-newer in our project
88
# 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.
93
doctest :
94
$(DOCTEST) Cabal-syntax
95
$(DOCTEST) Cabal-described
0 commit comments