| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Control.Concurrent.Execute
Documentation
data ActionType Source #
Constructors
| ATBuild | Action for building a package's library and executables. If
|
| ATBuildFinal | Task for building the package's benchmarks and test-suites. Requires that the library was already built. |
| ATRunTests | Task for running the package's test-suites. |
| ATRunBenchmarks | Task for running the package's benchmarks. |
Instances
Constructors
| ActionId !PackageIdentifier !ActionType |
data ActionContext Source #
Constructors
| ActionContext | |
Fields
| |
Constructors
| Action | |
Fields
| |