Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : ghc-7.2

http://hackage.haskell.org/trac/ghc/changeset/138ce7757150cbe62e56af9bf58dbc3911a76312

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

commit 138ce7757150cbe62e56af9bf58dbc3911a76312
Author: Ian Lynagh <[email protected]>
Date:   Sun Jun 26 14:20:12 2011 +0100

    Don't get the dph packages by default in the 7.2 branch

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

 sync-all |    2 +-
 validate |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sync-all b/sync-all
index 44da3d7..dba59be 100755
--- a/sync-all
+++ b/sync-all
@@ -472,7 +472,7 @@ sub main {
     }
 
     $tags{"-"} = 1;
-    $tags{"dph"} = 1;
+    # $tags{"dph"} = 1;
 
     while ($#_ ne -1) {
         my $arg = shift;
diff --git a/validate b/validate
index 0a0677e..0d327e8 100755
--- a/validate
+++ b/validate
@@ -73,7 +73,7 @@ if [ $no_clean -eq 0 ]; then
         INSTDIR=`cygpath -m "$INSTDIR"`
     fi
 
-    /usr/bin/perl -w boot --validate --required-tag=dph
+    /usr/bin/perl -w boot --validate
     ./configure --prefix="$INSTDIR" $config_args
 fi
 



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to