Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
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
Show ActionType Source # | |
Defined in Control.Concurrent.Execute Methods showsPrec :: Int -> ActionType -> ShowS # show :: ActionType -> String # showList :: [ActionType] -> ShowS # | |
Eq ActionType Source # | |
Defined in Control.Concurrent.Execute | |
Ord ActionType Source # | |
Defined in Control.Concurrent.Execute Methods compare :: ActionType -> ActionType -> Ordering # (<) :: ActionType -> ActionType -> Bool # (<=) :: ActionType -> ActionType -> Bool # (>) :: ActionType -> ActionType -> Bool # (>=) :: ActionType -> ActionType -> Bool # max :: ActionType -> ActionType -> ActionType # min :: ActionType -> ActionType -> ActionType # |
Constructors
ActionId !PackageIdentifier !ActionType |
data ActionContext Source #
Constructors
ActionContext | |
Fields
|
Constructors
Action | |
Fields
|
data Concurrency Source #
Constructors
ConcurrencyAllowed | |
ConcurrencyDisallowed |
Instances
Eq Concurrency Source # | |
Defined in Control.Concurrent.Execute |