stack-3.7.1: The Haskell Tool Stack
LicenseBSD-3-Clause
Safe HaskellNone
LanguageGHC2021

Stack.Types.GhcOptionKey

Description

 
Synopsis

Documentation

data GhcOptionKey Source #

Type representing scopes of the application by Stack of GHC options.

Constructors

GOKOldEverything

All packages, project packages or otherwise (specified with legacy syntax).

GOKEverything

All packages, project packages or otherwise.

GOKLocals

All project packages, targets or otherwise.

GOKTargets

All project packages that are targets.

GOKPackage !PackageName

A named package.