aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2010-07-01 15:42:45 +0000
committerDavid Waern <david.waern@gmail.com>2010-07-01 15:42:45 +0000
commitcec882a288f0c0dfbc799b62f73fc985626cee4e (patch)
treec84b099e0f416bfae67ba74809dfc20d496fd8ac /tests
parentabd7434643579fdc4817701e8da0726afbfca508 (diff)
Make runtest.hs work with GHC 6.12.3 (we should really stop hard coding this)
Diffstat (limited to 'tests')
-rw-r--r--tests/golden-tests/runtests.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/golden-tests/runtests.hs b/tests/golden-tests/runtests.hs
index f3027b72..7d5ec865 100644
--- a/tests/golden-tests/runtests.hs
+++ b/tests/golden-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.2.0.1"
- process = mkDep "process" "1.0.1.2"
+ let base = mkDep "base" "4.2.0.2"
+ process = mkDep "process" "1.0.1.3"
ghcprim = mkDep "ghc-prim" "0.2.0.0"
putStrLn "Running tests..."