|
|
|
|
| Synopsis |
|
| type Rule = (Targets, Sources, Commands) | | | hake :: [Rule] -> IO () | | | hakeT :: [Rule] -> FilePath -> IO () | | | hakefileIs :: FilePath -> [FilePath] -> IO ExitCode | | | file :: ([String], [String], [String]) -> Rule | | | task :: (String, [String]) -> Rule | | | rule :: (String, String, String -> String -> [String]) -> Rule | | | ruleSS :: (String, String, String -> String -> [(String, [String])]) -> Rule | | | dflt :: [String] -> Rule | | | mkfl :: (String, [String]) -> Rule | | | systemE :: String -> CommandRet | | | getSrcs :: FilePath -> CommandIO [FilePath] | | | changeSuffix :: String -> String -> String -> String |
|
|
| Documentation |
|
| type Rule = (Targets, Sources, Commands) | Source |
|
|
|
| The hake function take rules as argument and get target from command line and make target.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.3.0 |