hake-1.2: make tool. ruby : rake = haskell : hake

Development.Hake.FunSetIO

Documentation

file :: [String] -> [String] -> (String -> [String] -> IO ExitCode) -> RuleSource

ruleV :: String -> [String] -> [String] -> (String -> [String] -> IO ExitCode) -> RuleSource

orDie :: MonadIO m => m ExitCode -> (ExitCode -> String) -> m ()Source