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

Stack.SetupCmd

Description

Types and functions related to Stack's setup command.

Synopsis

Documentation

data SetupCmdOpts Source #

Type representing command line options for the stack setup command.

setupCmd :: SetupCmdOpts -> RIO Runner () Source #

Function underlying the stack setup command.