Portability | portable |
---|---|
Maintainer | cabal-devel@haskell.org |
Safe Haskell | None |
This module provides an library interface to the hpc
program.
Documentation
:: ConfiguredProgram | |
-> Verbosity | |
-> FilePath | Path to .tix file |
-> FilePath | Path to directory with .mix files |
-> FilePath | Path where html output should be located |
-> [ModuleName] | List of modules to exclude from report |
-> IO () |
:: ConfiguredProgram | |
-> Verbosity | |
-> [FilePath] | Paths to .tix files |
-> FilePath | Path to resultant .tix file |
-> [ModuleName] | List of modules to exclude from union |
-> IO () |