streamly/cabal.project.coverage
Harendra Kumar b677d0ddc9 Separate streamly tests into another package
To be able to use an internal test library, we need to have it as a
separate package. See comments in streamly-benchmarks.cabal for details.

Use a test library for common test modules
Also, added "opt" flag to control optimization levels.

Add a README for tests.
Update benchmarks readme.
2020-12-15 17:48:34 +05:30

23 lines
394 B
Plaintext

packages:
./
source-repository-package
type: git
location: https://github.com/composewell/hpc-coveralls
tag: 93f3dcd473b3f92bbb40b9d3db9c83f4bf085cff
package hpc-coveralls
tests: false
package streamly
ghc-options: -Werror
flags: inspection
coverage: true
package streamly-benchmarks
ghc-options: -Werror
flags: inspection
package streamly-tests
ghc-options: -Werror