| License | BSD-3-Clause |
|---|---|
| Safe Haskell | None |
| Language | GHC2024 |
Stack.Types.StackYamlLoc
Description
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 ![RawPackageLocationImmutable] | Do not load up a project, just user configuration. Include the given extra dependencies with the snapshot. |
| SYLGlobalProject | Do not look for a project configuration, and use the implicit global. |
Instances
| Show StackYamlLoc Source # | |
Defined in Stack.Types.StackYamlLoc Methods showsPrec :: Int -> StackYamlLoc -> ShowS show :: StackYamlLoc -> String # showList :: [StackYamlLoc] -> ShowS | |