| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
StackYaml
Synopsis
- findStackYamlFiles :: IO [FilePath]
- parseStackYaml :: FilePath -> IO (Maybe (Text, Bool, (Int, Int)))
- applyAction :: Bool -> Action -> IO ()
- isStackYaml :: FilePath -> Bool
- getSymlinkMap :: [FilePath] -> IO (Map FilePath FilePath)
Documentation
findStackYamlFiles :: IO [FilePath] Source #
Find all stack*.yaml files in the current directory
parseStackYaml :: FilePath -> IO (Maybe (Text, Bool, (Int, Int))) Source #
Parse a stack.yaml file to extract the snapshot field
isStackYaml :: FilePath -> Bool Source #
Check if a filename is a stack*.yaml file