Disable doctest magic

This commit is contained in:
Daniel Gröber 2018-02-10 15:00:27 +01:00
parent e0df6b02e3
commit 613007357c
1 changed files with 1 additions and 1 deletions

View File

@ -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