Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Sep 28, 2014
  2. Sep 27, 2014
  3. Sep 26, 2014
  4. Sep 25, 2014
  5. Sep 24, 2014
  6. Sep 23, 2014
  7. Sep 22, 2014
  8. Sep 20, 2014
  9. Sep 19, 2014
  10. Sep 18, 2014
  11. Sep 17, 2014
  12. Sep 15, 2014
  13. Sep 14, 2014
    • ttuegel's avatar
      Overhaul HPC support · 1c399259
      ttuegel authored
      This fixes issue #1945 and replaces pull request #1947.
      
      These bugs in #1947 are fixed:
      * The pull request no longer applied cleanly to master because of the
        Binary LocalBuildInfo patches.
      * The new test cases did not put the generated HPC interface files under
        "dist/", so the files weren't cleanup up correctly.
      * HPC interface files for each component need to be separated, but the
        were being combined into the same directory.
      
      These enhancements are also implemented:
      * Program coverage is now used for all components when enabled and the
        flag --enable-library-coverage has been changed to --enable-coverage.
      * A helpful error message is printed if the obsolete flag
        --enable-library-coverage is used.
      1c399259
    • ttuegel's avatar
      adcf97d4
    • ttuegel's avatar
      Clean up after HPC tests properly · 9279996c
      ttuegel authored
      9279996c
    • ttuegel's avatar
      Enable program coverage for all components · 2cd6d622
      ttuegel authored
      2cd6d622
    • Neil Vice's avatar
      Enable hpc with LocalBuildInfo flag · 4ab21cb2
      Neil Vice authored and ttuegel's avatar ttuegel committed
      4ab21cb2
Loading