diff options
Diffstat (limited to 'tests/runtests.hs')
-rw-r--r-- | tests/runtests.hs | 4 |
1 files changed, 2 insertions, 2 deletions
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..." |