stack-3.1.1: The Haskell Tool Stack
Safe HaskellNone
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

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

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

-> Maybe (Map PackageName Version)

Global hints for snapshot wanted compiler.

-> [String]

Names or identifiers.

-> RIO env () 

Intended to work for the command line command.