hake-1.3.8.1: make tool. ruby : rake = haskell : hake
Development.Hake.FunSetIO
file :: [String] -> [String] -> (String -> [String] -> IO ExitCode) -> Rule Source
task :: String -> IO ExitCode -> Rule Source
rule :: String -> String -> (String -> [String] -> IO ExitCode) -> Rule Source
ruleV :: String -> [String] -> [String] -> (String -> [String] -> IO ExitCode) -> Rule Source
ruleSS :: String -> String -> (String -> [String] -> [(String, IO ExitCode)]) -> Rule Source
orDie :: MonadIO m => m ExitCode -> (ExitCode -> String) -> m () Source