Skip to content
Snippets Groups Projects
Commit dbe9f88f authored by sol's avatar sol
Browse files

Update runtests.hs for GHC 7.0.2

parent 79a92430
No related branches found
No related tags found
5 merge requests!38Make --no-tmp-comp-dir the default,!37Adapt to latest xhtml version, various optimizations,!31Support HsToken in DataDecl and ClassDecl,!12Drop orphan instance when defined upstream.,!10Haddock interfaces produced from `.hi` files
...@@ -57,8 +57,8 @@ test = do ...@@ -57,8 +57,8 @@ test = do
let path = init libdir </> librariesPath </> name ++ "-" ++ version let path = init libdir </> librariesPath </> name ++ "-" ++ version
in "-i " ++ path ++ "," ++ path </> name ++ ".haddock" in "-i " ++ path ++ "," ++ path </> name ++ ".haddock"
let base = mkDep "base" "4.3.0.0" let base = mkDep "base" "4.3.1.0"
process = mkDep "process" "1.0.1.4" process = mkDep "process" "1.0.1.5"
ghcprim = mkDep "ghc-prim" "0.2.0.0" ghcprim = mkDep "ghc-prim" "0.2.0.0"
putStrLn "Running tests..." putStrLn "Running tests..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment