| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
CabalHelper.Types
Documentation
data ChComponentName Source
Constructors
| ChSetupHsName | |
| ChLibName | |
| ChExeName String | |
| ChTestName String | |
| ChBenchName String |
Constructors
| ResponseStrings [(ChComponentName, [String])] | |
| ResponseEntrypoints [(ChComponentName, ChEntrypoint)] | |
| ResponseLbi String |
data ChEntrypoint Source
Constructors
| ChExeEntrypoint | |
Fields
| |
| ChLibentrypoint | |
Fields | |
Instances