| License | BSD-3-Clause |
|---|---|
| Safe Haskell | None |
| Language | GHC2024 |
Stack.Dot
Description
Functions related to Stack's dot command.
Synopsis
- dotCmd :: DotOpts -> RIO Runner ()
- printGraph :: (Applicative m, MonadIO m) => DotOpts -> ActualCompiler -> Set PackageName -> DependencyGraph -> m ()
Documentation
Arguments
| :: (Applicative m, MonadIO m) | |
| => DotOpts | |
| -> ActualCompiler | |
| -> Set PackageName | All project packages. |
| -> DependencyGraph | |
| -> m () |
Print a graphviz graph of the edges in the Map and highlight the given project packages