diff --git a/test/doctests.hs b/test/doctests.hs index 1a48779..27d625e 100644 --- a/test/doctests.hs +++ b/test/doctests.hs @@ -7,6 +7,6 @@ import Test.DocTest (doctest) main :: IO () main = do traverse_ putStrLn args -- optionally print arguments - doctest args + doctest $ ["--no-magic"] ++ args where args = flags ++ pkgs ++ module_sources