| License | BSD-3-Clause |
|---|---|
| Safe Haskell | None |
| Language | GHC2024 |
Stack.Types.Build
Description
Build-specific types.
Synopsis
Documentation
data ExcludeTHLoading Source #
Type representing treatments of GHC's informational messages during compilation when it evaluates Template Haskell code.
Constructors
| ExcludeTHLoading | Suppress the messages. |
| KeepTHLoading | Do not suppress the messages. |
data ConvertPathsToAbsolute Source #
Constructors
| ConvertPathsToAbsolute | |
| KeepPathsAsIs |
data KeepOutputOpen Source #
Special marker for expected failures in curator builds, using those we need to keep log handle open as build continues further even after a failure.
Constructors
| KeepOpen | |
| CloseOnException |
Instances
| Eq KeepOutputOpen Source # | |
Defined in Stack.Types.Build Methods (==) :: KeepOutputOpen -> KeepOutputOpen -> Bool # (/=) :: KeepOutputOpen -> KeepOutputOpen -> Bool # | |