From 715387756e57b539e29d036515e047cdf5d264ba Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Tue, 19 Jan 2010 20:42:16 +0100 Subject: Made hakyll function backward-compatible. Version bump. --- examples/morepages/hakyll.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/morepages/hakyll.hs') diff --git a/examples/morepages/hakyll.hs b/examples/morepages/hakyll.hs index a806042..5896fdc 100644 --- a/examples/morepages/hakyll.hs +++ b/examples/morepages/hakyll.hs @@ -1,9 +1,9 @@ -import Text.Hakyll (hakyll, defaultHakyllConfiguration) +import Text.Hakyll (hakyll) import Text.Hakyll.File (directory) import Text.Hakyll.Render (css, static, renderChain) import Text.Hakyll.Renderables (createPagePath, combine) -main = hakyll defaultHakyllConfiguration $ do +main = hakyll $ do directory css "css" render "about.markdown" render "index.markdown" -- cgit v1.2.3