From dbe9f88f86e821eceabbe32d06132d0caaf8f951 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Fri, 8 Apr 2011 16:25:36 +0000 Subject: Update runtests.hs for GHC 7.0.2 --- tests/html-tests/runtests.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/html-tests/runtests.hs b/tests/html-tests/runtests.hs index 05bc28c5..d2486fde 100644 --- a/tests/html-tests/runtests.hs +++ b/tests/html-tests/runtests.hs @@ -57,8 +57,8 @@ test = do let path = init libdir librariesPath name ++ "-" ++ version in "-i " ++ path ++ "," ++ path name ++ ".haddock" - let base = mkDep "base" "4.3.0.0" - process = mkDep "process" "1.0.1.4" + let base = mkDep "base" "4.3.1.0" + process = mkDep "process" "1.0.1.5" ghcprim = mkDep "ghc-prim" "0.2.0.0" putStrLn "Running tests..." -- cgit v1.2.3