Safe Haskell | None |
---|---|
Language | Haskell98 |
Exports a datastructure for the top-level hakyll configuration
- data Configuration = Configuration {}
- shouldIgnoreFile :: Configuration -> FilePath -> IO Bool
- defaultConfiguration :: Configuration
Documentation
data Configuration Source #
Configuration | |
|
shouldIgnoreFile :: Configuration -> FilePath -> IO Bool Source #
Check if a file should be ignored
defaultConfiguration :: Configuration Source #
Default configuration for a hakyll application