Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Cli.CompileOptions
Documentation
data CompileOptions Source #
Constructors
CompileOptions | |
Fields
|
Instances
Show CompileOptions Source # | |
Defined in Cli.CompileOptions Methods showsPrec :: Int -> CompileOptions -> ShowS # show :: CompileOptions -> String # showList :: [CompileOptions] -> ShowS # |
data CompileMode Source #
Constructors
Instances
Eq CompileMode Source # | |
Defined in Cli.CompileOptions | |
Show CompileMode Source # | |
Defined in Cli.CompileOptions Methods showsPrec :: Int -> CompileMode -> ShowS # show :: CompileMode -> String # showList :: [CompileMode] -> ShowS # | |
ConfigFormat CompileMode Source # | |
Defined in Cli.ParseMetadata |
data ExtraSource Source #
Constructors
CategorySource | |
Fields
| |
OtherSource | |
Instances
Eq ExtraSource Source # | |
Defined in Cli.CompileOptions | |
Show ExtraSource Source # | |
Defined in Cli.CompileOptions Methods showsPrec :: Int -> ExtraSource -> ShowS # show :: ExtraSource -> String # showList :: [ExtraSource] -> ShowS # | |
ConfigFormat ExtraSource Source # | |
Defined in Cli.ParseMetadata |
Constructors
DoNotForce | |
ForceAll |
Instances
Eq ForceMode Source # | |
Ord ForceMode Source # | |
Show ForceMode Source # | |
Constructors
HelpNeeded | |
HelpNotNeeded | |
HelpUnspecified |
getLinkFlags :: CompileMode -> [String] Source #
getSourceDeps :: ExtraSource -> [CategoryName] Source #
getSourceFile :: ExtraSource -> String Source #
isCompileBinary :: CompileMode -> Bool Source #
isCompileFast :: CompileMode -> Bool Source #
isCompileRecompile :: CompileMode -> Bool Source #
isCreateTemplates :: CompileMode -> Bool Source #
isExecuteTests :: CompileMode -> Bool Source #
maybeDisableHelp :: HelpMode -> HelpMode Source #