Safe Haskell | None |
---|---|
Language | GHC2021 |
Module exporting the Curator
type, used to represent Stack's
project-specific curator
option, which supports the needs of the
curator
tool.
Synopsis
- data Curator = Curator {
- skipTest :: !(Set PackageName)
- expectTestFailure :: !(Set PackageName)
- skipBenchmark :: !(Set PackageName)
- expectBenchmarkFailure :: !(Set PackageName)
- skipHaddock :: !(Set PackageName)
- expectHaddockFailure :: !(Set PackageName)
Documentation
Type representing configuration options which support the needs of the
curator
tool.
Curator | |
|