Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Stack.IDE
Description
Functions for IDEs.
Synopsis
- data OutputStream
- data ListPackagesCmd
- listPackages :: HasBuildConfig env => OutputStream -> ListPackagesCmd -> RIO env ()
- listTargets :: forall env. HasBuildConfig env => OutputStream -> RIO env ()
Documentation
data OutputStream Source #
Constructors
OutputLogInfo | |
OutputStdout |
data ListPackagesCmd Source #
Constructors
ListPackageNames | |
ListPackageCabalFiles |
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.