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

On branch  : ghc-7.4

http://hackage.haskell.org/trac/ghc/changeset/44ab8cd205412f4eba4d89a5e616a2b4d0408cd0

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

commit 44ab8cd205412f4eba4d89a5e616a2b4d0408cd0
Author: Ian Lynagh <[email protected]>
Date:   Tue Dec 20 17:33:41 2011 +0000

    The dph libraries are not required in the 7.4 branch
    
    And we don't build them by default, as they shouldn't go into the release.

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

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

diff --git a/sync-all b/sync-all
index 064a272..fc4fdfe 100755
--- a/sync-all
+++ b/sync-all
@@ -605,7 +605,6 @@ END
 sub main {
 
     $tags{"-"} = 1;
-    $tags{"dph"} = 1;
 
     while ($#_ ne -1) {
         my $arg = shift;
diff --git a/validate b/validate
index 901d541..5b94ca7 100755
--- a/validate
+++ b/validate
@@ -84,7 +84,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