hakyll-shakespeare hackage This library is for using Shakespeare template engine with Hakyll. import Hakyll import Hakyll.Web.Hamlet main :: IO () main = hakyll $ do match "templates/*.hamlet" $ compile hamlTemplateCompiler