From 4bc34b8a98ffa1e7f3478a596b73c4ab12d9cb1b Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Thu, 14 Jan 2010 20:46:08 +0100 Subject: Added ReaderT to our stack. --- examples/brochure/hakyll.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/brochure/hakyll.hs b/examples/brochure/hakyll.hs index b2606ba..e87499f 100644 --- a/examples/brochure/hakyll.hs +++ b/examples/brochure/hakyll.hs @@ -1,9 +1,9 @@ -import Text.Hakyll (hakyll) +import Text.Hakyll (hakyll, defaultHakyllConfiguration) import Text.Hakyll.File (directory) import Text.Hakyll.Render (css, static, renderChain) import Text.Hakyll.Renderables (createPagePath) -main = hakyll $ do +main = hakyll defaultHakyllConfiguration $ do directory css "css" render "about.markdown" render "index.markdown" -- cgit v1.2.3