| Cabal-1.14.0: A framework for packaging Haskell software | Contents | Index |
|
Distribution.Simple.Hpc | Portability | portable | Maintainer | cabal-devel@haskell.org |
|
|
|
Description |
This module provides functions for locating various HPC-related paths and
a function for adding the necessary options to a PackageDescription to
build test suites with HPC enabled.
|
|
Synopsis |
|
|
|
Documentation |
|
enableCoverage |
:: Bool | Enable coverage?
| -> String | "dist/" prefix
| -> PackageDescription | | -> PackageDescription | | Conditionally enable Haskell Program Coverage by adding the necessary
GHC options to a PackageDescription.
TODO: do this differently in the build stage by constructing local build
info, not by modifying the original PackageDescription.
|
|
|
htmlDir |
|
|
tixDir |
|
|
tixFilePath |
:: FilePath | "dist/" prefix
| -> FilePath | Component name
| -> FilePath | Path to test suite's .tix file
| Path to the .tix file containing a test suite's sum statistics.
|
|
|
markupPackage |
|
|
markupTest |
|
|
Produced by Haddock version 2.6.1 |