stack-2.1.1.1: The Haskell Tool Stack

Safe HaskellNone
LanguageHaskell2010

Stack.IDE

Description

Functions for IDEs.

Synopsis

Documentation

listPackages :: HasBuildConfig env => OutputStream -> ListPackagesCmd -> RIO env () Source #

List the packages inside the current project.

listTargets :: forall env. HasBuildConfig env => OutputStream -> RIO env () Source #

List the targets in the current project.