Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Types and functions related to Stack's list
command.
Synopsis
- listCmd :: [String] -> RIO Runner ()
- listPackages :: forall env. (HasPantryConfig env, HasProcessContext env, HasTerm env) => Maybe RawSnapshot -> [String] -> RIO env ()
Documentation
listCmd :: [String] -> RIO Runner () Source #
Function underlying the stack list
command. List packages.
:: 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.