stack-hpc-coveralls 0.0.0.2 → 0.0.0.3
raw patch · 2 files changed
+12/−1 lines, 2 files
Files
- USAGE.txt +10/−0
- stack-hpc-coveralls.cabal +2/−1
+ USAGE.txt view
@@ -0,0 +1,10 @@+Usage:+ stack-hpc-coveralls [options] <package-name> <suite-name>++Options:+ -h --help show this help+ --hpc-dir=<path> base HPC directory+ --mix-dir=<path> directory in which HPC stores mix files+ --repo-token Coveralls repo token+ --partial-coverage allow partial line coverage+ --dont-send display Coveralls JSON instead of sending it
stack-hpc-coveralls.cabal view
@@ -1,5 +1,5 @@ name: stack-hpc-coveralls-version: 0.0.0.2+version: 0.0.0.3 synopsis: Initial project template from stack description: Please see README.md homepage: http://github.com/rubik/stack-hpc-coveralls@@ -12,6 +12,7 @@ build-type: Simple extra-source-files: stack.yaml+ USAGE.txt cabal-version: >=1.18 library