cake-1.1.0.1: A build-system library and driver

Safe HaskellNone
LanguageHaskell2010

Cake.Actions

Synopsis

Documentation

chaseDeps :: (String -> [FilePath]) -> FilePath -> Act () Source

Depend on the input file and its dependencies, as given by the 1st argument.

chaseSoftDeps :: (String -> [FilePath]) -> FilePath -> Act () Source

Depend on the input file and its dependencies. If a file cannot be found, do not depend on it.