diff options
Diffstat (limited to 'tests')
| -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 7d5ec865..20fb6eb4 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", "--optghc=-fglasgow-exts" +                       (["-w", "-o", outdir, "-h", "--xhtml", "--optghc=-fglasgow-exts"                          , "--optghc=-w", base, process, ghcprim] ++ opts ++ mods')                         Nothing (Just [("haddock_datadir", haddockBase)]) Nothing                         Nothing Nothing  | 
