| License | BSD-3-Clause |
|---|---|
| Safe Haskell | None |
| Language | GHC2024 |
Stack.Types.IdeOpts
Description
Types for command line options for Stack's ide commands.
Synopsis
Documentation
data OutputStream Source #
Type representing output stream choices for the stack ide packages and
stack ide targets commands.
Constructors
| OutputLogInfo | To the same output stream as other log information. |
| OutputStdout | To the standard output stream. |
data ListPackagesCmd Source #
Type representing output choices for the stack ide packages command.
Constructors
| ListPackageNames | Package names. |
| ListPackageCabalFiles | Paths to Cabal files. |