cake-1.0.0: A build-system library and driver

Safe HaskellNone

Cake.Actions

Synopsis

Documentation

pandoc :: [Char] -> [Char] -> [String] -> Act ()Source

graphviz :: String -> [Char] -> [Char] -> [String] -> Act ()Source

argsOf :: [Char] -> [[Char]] -> [[Char]]Source

Argument of a latex macro

getBibFiles :: String -> Act AnswerSource

Find the bib files used in a tex file

(++?) :: Eq a => [a] -> [a] -> [a]Source

chaseDeps :: Monad m => (a -> m [a]) -> a -> m ()Source