Safe Haskell | None |
---|
Documentation
data Dependency Source
type DependencyFacts = Map Identifier [Dependency]Source
:: [Identifier] | All known identifiers |
-> Set Identifier | Initially out-of-date resources |
-> DependencyFacts | Old dependency facts |
-> (Set Identifier, DependencyFacts, [String]) |