License | BSD-3-Clause |
---|---|
Safe Haskell | None |
Language | GHC2021 |
Stack.Types.DotConfig
Description
Synopsis
- data DotConfig = DotConfig {
- buildConfig :: !BuildConfig
- sourceMap :: !SourceMap
- globalDump :: ![DumpPackage]
Documentation
Type representing configurations for the creation of a dependency graph.
Constructors
DotConfig | |
Fields
|
Instances
HasPantryConfig DotConfig Source # | |
Defined in Stack.Types.DotConfig Methods | |
HasLogFunc DotConfig Source # | |
HasProcessContext DotConfig Source # | |
Defined in Stack.Types.DotConfig Methods processContextL :: Lens' DotConfig ProcessContext | |
HasTerm DotConfig Source # | |
HasStylesUpdate DotConfig Source # | |
Defined in Stack.Types.DotConfig Methods | |
HasBuildConfig DotConfig Source # | |
Defined in Stack.Types.DotConfig Methods | |
HasConfig DotConfig Source # | |
HasSourceMap DotConfig Source # | |
Defined in Stack.Types.DotConfig | |
HasGHCVariant DotConfig Source # | |
Defined in Stack.Types.DotConfig Methods | |
HasPlatform DotConfig Source # | |
Defined in Stack.Types.DotConfig | |
HasRunner DotConfig Source # | |