hakyll-4.16.2.0: A static website compiler library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hakyll.Core.Runtime

Synopsis

Documentation

run :: RunMode -> Configuration -> Logger -> Rules a -> IO (ExitCode, RuleSet) Source #

data RunMode Source #

Whether to execute a normal run (build the site) or a dry run.

Instances

Instances details
Show RunMode Source # 
Instance details

Defined in Hakyll.Core.Runtime

Methods

showsPrec :: Int -> RunMode -> ShowS

show :: RunMode -> String

showList :: [RunMode] -> ShowS