diff options
author | David Waern <david.waern@gmail.com> | 2010-07-21 13:30:54 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2010-07-21 13:30:54 +0000 |
commit | 188a2c8ac52769503fb1080aa7761ee71f977fee (patch) | |
tree | 05e9d833c9bbafc34a3c16120425b666de7d0b9d /tests/golden-tests/runtests.hs | |
parent | 9467493f0656f06773d75f1cd633294631dff083 (diff) |
Remove trailing whitespace in Haddock.Backends.Xhtml
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 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 |