From 7e2afa2b0d80759066fd872bc6900c59534b0b46 Mon Sep 17 00:00:00 2001 From: Mark Lentczner Date: Thu, 22 Jul 2010 06:22:23 +0000 Subject: remove old HTML backend --- tests/golden-tests/README | 2 +- tests/golden-tests/runtests.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/golden-tests/README b/tests/golden-tests/README index f538cea7..fd906b2b 100644 --- a/tests/golden-tests/README +++ b/tests/golden-tests/README @@ -25,4 +25,4 @@ You can to continue despite a failing test. You can pass extra options to haddock like so - runhaskell runtests.hs --xhtml all + runhaskell runtests.hs --title="All Tests" all 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 -- cgit v1.2.3