stack-1.2.0: The Haskell Tool Stack

Safe HaskellNone
LanguageHaskell2010

Stack.IDE

Description

Functions for IDEs.

Synopsis

Documentation

listPackages :: (MonadIO m, MonadReader env m, HasEnvConfig env, MonadThrow m, MonadLogger m) => m () Source

List the packages inside the current project.

listTargets :: (MonadIO m, MonadReader env m, HasEnvConfig env, MonadThrow m, MonadLogger m) => m () Source

List the targets in the current project.