We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d67898a + 3ce2fc5 commit 67690f2Copy full SHA for 67690f2
1 file changed
Makefile
@@ -5,9 +5,7 @@
5
CABALBUILD := cabal build
6
CABALRUN := cabal run
7
8
-# We have to avoid allow-newer.
9
-# SEE: https://github.com/haskell/cabal/issues/6859
10
-DOCTEST := cabal doctest --allow-newer=False
+DOCTEST := cabal doctest
11
12
# default rules
13
0 commit comments