stack-3.9.1: A program for developing Haskell projects
LicenseBSD-3-Clause
Safe HaskellNone
LanguageGHC2024

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.