Safe Haskell | None |
---|---|
Language | Haskell2010 |
Implementation of Hakyll commands: build, preview...
Synopsis
- data Check
- = All
- | InternalLinks
- build :: Configuration -> Logger -> Rules a -> IO ExitCode
- check :: Configuration -> Logger -> Check -> IO ExitCode
- clean :: Configuration -> Logger -> IO ()
- preview :: Configuration -> Logger -> Rules a -> Int -> IO ()
- rebuild :: Configuration -> Logger -> Rules a -> IO ExitCode
- server :: Configuration -> Logger -> String -> Int -> IO ()
- deploy :: Configuration -> IO ExitCode
- watch :: Configuration -> Logger -> String -> Int -> Bool -> Rules a -> IO ()