Skip to content

Commit 67690f2

Browse files
authored
Merge pull request #11543 from cabalism/remove/doctest-disallow-newer
Remove make doctest --allow-newer=False
2 parents d67898a + 3ce2fc5 commit 67690f2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
CABALBUILD := cabal build
66
CABALRUN := cabal run
77

8-
# We have to avoid allow-newer.
9-
# SEE: https://github.com/haskell/cabal/issues/6859
10-
DOCTEST := cabal doctest --allow-newer=False
8+
DOCTEST := cabal doctest
119

1210
# default rules
1311

0 commit comments

Comments
 (0)