stack-2.15.1: The Haskell Tool Stack
Safe HaskellSafe-Inferred
LanguageGHC2021

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 
-> Set PackageName

all locals

-> Map PackageName (Set PackageName, DotPayload) 
-> m () 

Print a graphviz graph of the edges in the Map and highlight the given local packages