diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-01-02 20:49:07 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-01-02 21:10:45 +0000 |
commit | 71feb1025eed0c3cc849c85e2b00e16bc1a21790 (patch) | |
tree | fb51356edbfbf3d752b5f5d869ee64a21dfab475 /validate | |
parent | b13d546f9c454e6d2a15c20a3e10ec47328e33db (diff) | |
download | haskell-71feb1025eed0c3cc849c85e2b00e16bc1a21790.tar.gz |
Ship transformers with GHC
This means that we can use the standard MonadIO class, rather than
needing our own copy.
Diffstat (limited to 'validate')
-rwxr-xr-x | validate | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -106,16 +106,13 @@ if [ $speed != "FAST" ]; then $make test_bindist TEST_PREP=YES # - # 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 + # Install the xhtml package into the bindist. + # This verifies that we can install a package into the # bindist with Cabal. # bindistdir="bindisttest/install dir" - $make validate_build_transformers BINDIST_PREFIX="$thisdir/$bindistdir" + $make validate_build_xhtml BINDIST_PREFIX="$thisdir/$bindistdir" fi fi # testsuite-only |