Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data Config = Config {}
- data Derivation = Derivation {}
- data Exclude
- build :: MonadIO m => Config -> [FilePath] -> m (AdjacencyMap FilePath)
- buildFull :: MonadIO m => Config -> [FilePath] -> m (AdjacencyMap Derivation)
Documentation
data Derivation Source #
Instances
:: MonadIO m | |
=> Config | Configure how the graph is built |
-> [FilePath] | Derivations to build graph from |
-> m (AdjacencyMap FilePath) |
Build graph of dependencies as FilePaths
:: MonadIO m | |
=> Config | Configure how the graph is built |
-> [FilePath] | Derivations to build graph from |
-> m (AdjacencyMap Derivation) |
Build graph of dependencies