stack-2.15.1: The Haskell Tool Stack
Safe HaskellSafe-Inferred
LanguageGHC2021

Stack.Types.StackYamlLoc

Synopsis

Documentation

data StackYamlLoc Source #

Location for the project's stack.yaml file.

Constructors

SYLDefault

Use the standard parent-directory-checking logic

SYLOverride !(Path Abs File)

Use a specific stack.yaml file provided

SYLNoProject ![PackageIdentifierRevision]

Do not load up a project, just user configuration. Include the given extra dependencies with the resolver.

SYLGlobalProject

Do not look for a project configuration, and use the implicit global.

Instances

Instances details
Show StackYamlLoc Source # 
Instance details

Defined in Stack.Types.StackYamlLoc