aboutsummaryrefslogtreecommitdiff
path: root/tests/html-tests
diff options
context:
space:
mode:
authorSimon Hengel <simon.hengel@wiktory.org>2011-04-08 16:25:36 +0000
committerSimon Hengel <simon.hengel@wiktory.org>2011-04-08 16:25:36 +0000
commitdbe9f88f86e821eceabbe32d06132d0caaf8f951 (patch)
treeb6f4acaec268f4b3d0de8c85b7e16c8226a1c46e /tests/html-tests
parent79a924301378410d38f1ee9400232fe967189429 (diff)
Update runtests.hs for GHC 7.0.2
Diffstat (limited to 'tests/html-tests')
-rw-r--r--tests/html-tests/runtests.hs4
1 files changed, 2 insertions, 2 deletions
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..."