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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/113ae477493dba17fe489f95eff40c8c1bd04840

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

commit 113ae477493dba17fe489f95eff40c8c1bd04840
Author: Ian Lynagh <[email protected]>
Date:   Sat May 19 13:43:27 2012 +0100

    Full validates now install transformers rather than mtl

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

 validate |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/validate b/validate
index f2822e8..cc53df9 100755
--- a/validate
+++ b/validate
@@ -106,8 +106,9 @@ if [ $speed != "FAST" ]; then
     $make test_bindist TEST_PREP=YES
 
     #
-    # Install the mtl package into the bindist, because it is used by some
-    # tests.  It isn't essential that we do this (the failing tests will
+    # Install the transformers package into the bindist, because it is
+    # used by some tests.
+    # It isn't essential that we do this (the failing tests will
     # be treated as expected failures), but we get a bit more test
     # coverage, and also verify that we can install a package into the
     # bindist with Cabal.
@@ -126,7 +127,7 @@ if [ $speed != "FAST" ]; then
         DO_HADDOCK=YES
     fi
 
-    cd libraries/mtl
+    cd libraries/transformers
     "$thisdir/$bindistdir/bin/ghc" --make Setup
 
     ./Setup configure --with-ghc="$thisdir/$bindistdir/bin/ghc" 
${WITH_HADDOCK+"$WITH_HADDOCK"} --global --builddir=dist-bindist 
--prefix="$thisdir/$bindistdir"



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

Reply via email to