stacker
Safe HaskellNone
LanguageHaskell2010

Analysis

Synopsis

Documentation

analyzeStackYaml :: SnapshotDB -> Map FilePath FilePath -> FilePath -> IO (Maybe Action) Source #

Analyze a single stack.yaml file

analyzeAllStackYamls :: SnapshotDB -> IO [Action] Source #

Analyze all stack*.yaml files in the current directory

analyzeStackYamls :: SnapshotDB -> [FilePath] -> IO [Action] Source #

Analyze specific stack*.yaml files, or all if empty list