diff options
author | david.waern <david.waern@gmail.com> | 2010-02-24 22:55:08 +0000 |
---|---|---|
committer | david.waern <david.waern@gmail.com> | 2010-02-24 22:55:08 +0000 |
commit | 97e1bf46f4c747ac36afacc837313f4d7d5c917c (patch) | |
tree | 4a7e1efb806bcb26935cb149116afcc6c67f10de /tests | |
parent | cbf4243a44855b3ac305a8d954cc7e7acef7afaf (diff) |
Large additions to the Haddock API
Also improved and added more doc comments.
Diffstat (limited to 'tests')
-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..." |