Safe Haskell | None |
---|---|
Language | Haskell98 |
Module providing the main hakyll function and command-line argument parsing
- hakyll :: Rules a -> IO ()
- hakyllWith :: Configuration -> Rules a -> IO ()
- hakyllWithExitCode :: Configuration -> Rules a -> IO ExitCode
Documentation
hakyll :: Rules a -> IO () Source #
This usualy is the function with which the user runs the hakyll compiler
hakyllWith :: Configuration -> Rules a -> IO () Source #
A variant of hakyll
which allows the user to specify a custom
configuration
hakyllWithExitCode :: Configuration -> Rules a -> IO ExitCode Source #