diff options
author | Ian Lynagh <igloo@earth.li> | 2012-02-22 02:36:51 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-02-22 02:36:51 +0000 |
commit | d7d6c42a85a4f375183417fdda44c2b524a9b598 (patch) | |
tree | b79526b83d98847ab54656147bca666c847183f8 /validate | |
parent | 544926d7c6fe5823eb12b7907853e34ad7444b9b (diff) | |
download | haskell-d7d6c42a85a4f375183417fdda44c2b524a9b598.tar.gz |
Fix validating with HADDOCK_DOCS=YES
Diffstat (limited to 'validate')
-rwxr-xr-x | validate | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -105,6 +105,15 @@ if [ $speed != "FAST" ]; then $make binary-dist-prep $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 + # 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. + # + bindistdir="bindisttest/install dir" + # This is a hack to make # HADDOCK_DOCS = NO # work when validating. @@ -117,14 +126,6 @@ if [ $speed != "FAST" ]; then DO_HADDOCK=YES fi - # - # 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 - # 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. - # - bindistdir="bindisttest/install dir" cd libraries/mtl "$thisdir/$bindistdir/bin/ghc" --make Setup |