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

Safe HaskellSafe-Inferred

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