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

Stack.Query

Description

Types and functions related to Stack's query command.

Synopsis

Documentation

queryCmd Source #

Arguments

:: [String]

Selectors.

-> RIO Runner () 

Function underlying the stack query command.

queryBuildInfo Source #

Arguments

:: HasEnvConfig env 
=> [Text]

Selectors.

-> RIO env () 

Query information about the build and print the result to stdout in YAML format.