diff options
Diffstat (limited to 'tests/golden-tests/runtests.hs')
-rw-r--r-- | tests/golden-tests/runtests.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/golden-tests/runtests.hs b/tests/golden-tests/runtests.hs index 20fb6eb4..7d5ec865 100644 --- a/tests/golden-tests/runtests.hs +++ b/tests/golden-tests/runtests.hs @@ -63,7 +63,7 @@ test = do putStrLn "Running tests..." handle <- runProcess haddockPath - (["-w", "-o", outdir, "-h", "--xhtml", "--optghc=-fglasgow-exts" + (["-w", "-o", outdir, "-h", "--optghc=-fglasgow-exts" , "--optghc=-w", base, process, ghcprim] ++ opts ++ mods') Nothing (Just [("haddock_datadir", haddockBase)]) Nothing Nothing Nothing |