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

Stack.List

Description

Types and functions related to Stack's list command.

Synopsis

Documentation

listCmd :: [String] -> RIO Runner () Source #

Function underlying the stack list command. List packages.

listPackages Source #

Arguments

:: forall env. (HasPantryConfig env, HasProcessContext env, HasTerm env) 
=> Maybe RawSnapshot

When looking up by name, take from this build plan.

-> [String]

Names or identifiers.

-> RIO env () 

Intended to work for the command line command.