stack-3.9.1: A program for developing Haskell projects
LicenseBSD-3-Clause
Safe HaskellNone
LanguageGHC2024

Stack.Dot

Description

Functions related to Stack's dot command.

Synopsis

Documentation

dotCmd :: DotOpts -> RIO Runner () Source #

Visualize the project's dependencies as a graphviz graph

printGraph Source #

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