| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Analysis
Synopsis
- analyzeStackYaml :: SnapshotDB -> Map FilePath FilePath -> FilePath -> IO (Maybe Action)
- analyzeAllStackYamls :: SnapshotDB -> IO [Action]
- analyzeStackYamls :: SnapshotDB -> [FilePath] -> IO [Action]
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