From 97e1bf46f4c747ac36afacc837313f4d7d5c917c Mon Sep 17 00:00:00 2001 From: "david.waern" Date: Wed, 24 Feb 2010 22:55:08 +0000 Subject: Large additions to the Haddock API Also improved and added more doc comments. --- tests/runtests.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/runtests.hs b/tests/runtests.hs index aaf5c3dd..2f2e96c6 100644 --- a/tests/runtests.hs +++ b/tests/runtests.hs @@ -75,9 +75,9 @@ test = do putStrLn "" libdir <- rawSystemStdout normal "../dist/build/haddock/haddock" ["--print-ghc-libdir"] - let basepath = init libdir ++ "/../../share/doc/ghc/html/libraries/base/" + let basepath = init libdir ++ "/../../share/doc/ghc/html/libraries/base-4.2.0.0/" let base = "-i " ++ basepath ++ "," ++ basepath ++ "base.haddock" - let processpath = init libdir ++ "/../../share/doc/ghc/html/libraries/process/" + let processpath = init libdir ++ "/../../share/doc/ghc/html/libraries/process-1.0.1.2/" let process = "-i " ++ processpath ++ "," ++ processpath ++ "process.haddock" putStrLn "Running tests..." -- cgit v1.2.3