stack-3.9.1: A program for developing Haskell projects
LicenseBSD-3-Clause
Safe HaskellNone
LanguageGHC2024

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 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

Instances details
Eq KeepOutputOpen Source # 
Instance details

Defined in Stack.Types.Build