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

Stack.Ls

Description

Types and functions related to Stack's ls command.

Synopsis

Documentation

newtype LsCmdOpts Source #

Type representing command line options for the stack ls command.

Constructors

LsCmdOpts 

Fields

data LsCmds Source #

Type representing subcommands for the stack ls command.

data SnapshotOpts Source #

Type representing command line options for the stack ls snapshots command.

data ListStylesOpts Source #

Type representing command line options for the stack ls stack-colors and stack ls stack-colours commands.

Constructors

ListStylesOpts 

newtype ListToolsOpts Source #

Type representing command line options for the stack ls tools command.

Constructors

ListToolsOpts 

Fields

data LsView Source #

Type representing subcommands for the stack ls snapshots command.

Constructors

Local 
Remote 

Instances

Instances details
Show LsView Source # 
Instance details

Defined in Stack.Ls

Eq LsView Source # 
Instance details

Defined in Stack.Ls

Methods

(==) :: LsView -> LsView -> Bool #

(/=) :: LsView -> LsView -> Bool #

Ord LsView Source # 
Instance details

Defined in Stack.Ls