[commit: dph] master: Update buildbot to use more recent dependencies. (a2b9a52)

Ben Lippmeier benl at ouroborus.net
Thu Apr 14 04:50:16 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/packages/dph

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/a2b9a520a9e1c8a426f4d9c967a83e9bd893d304

>---------------------------------------------------------------

commit a2b9a520a9e1c8a426f4d9c967a83e9bd893d304
Author: Ben Lippmeier <benl at ouroborus.net>
Date:   Thu Apr 14 12:26:11 2011 +1000

    Update buildbot to use more recent dependencies.

>---------------------------------------------------------------

 dph-buildbot/dph-builbot.cabal |    4 ++--
 dph-buildbot/src/BuildGhc.hs   |    6 +++---
 dph-buildbot/src/Main.hs       |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dph-buildbot/dph-builbot.cabal b/dph-buildbot/dph-builbot.cabal
index 279a618..887c80f 100644
--- a/dph-buildbot/dph-builbot.cabal
+++ b/dph-buildbot/dph-builbot.cabal
@@ -19,8 +19,8 @@ Executable dph-buildbot
         directory           >= 1.0    && < 1.2,
         time                >= 1.1    && < 1.3,
         parseargs           == 0.1.*,
-        buildbox            == 1.4.*,
-        mtl                 == 1.1.*,
+        buildbox            == 1.5.*,
+        mtl                 == 2.0.*,
         random              == 1.*
 
   Main-is:        Main.hs
diff --git a/dph-buildbot/src/BuildGhc.hs b/dph-buildbot/src/BuildGhc.hs
index 571b415..d39feb0 100644
--- a/dph-buildbot/src/BuildGhc.hs
+++ b/dph-buildbot/src/BuildGhc.hs
@@ -20,9 +20,9 @@ ghcUnpack fileSnapShot dirScratch
 	
 	outLn $ "  - Updating snapshot"
 	inDir "ghc-head"
-	 $ do	ssystem "./darcs-all pull -av"
-		ssystem "./darcs-all get"
-		ssystem "./darcs-all pull -av"
+	 $ do	ssystem "./sync-all pull -av"
+		ssystem "./sync-all get"
+		ssystem "./sync-all pull -av"
 	
 
 ghcBuild :: String -> Build ()
diff --git a/dph-buildbot/src/Main.hs b/dph-buildbot/src/Main.hs
index 7ec34c1..70f0282 100644
--- a/dph-buildbot/src/Main.hs
+++ b/dph-buildbot/src/Main.hs
@@ -24,7 +24,7 @@ import Data.Maybe
 
 main :: IO ()
 main 
- = do	args	<- parseArgsIO ArgsTrailing buildArgs
+ = do	args	<- parseArgsIO (ArgsTrailing "files") buildArgs
 	mainWithArgs args
 
 





More information about the Cvs-libraries mailing list