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/tagblog/hakyll.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/tagblog/hakyll.hs') diff --git a/examples/tagblog/hakyll.hs b/examples/tagblog/hakyll.hs index b9a01eb..df5e9d0 100644 --- a/examples/tagblog/hakyll.hs +++ b/examples/tagblog/hakyll.hs @@ -1,6 +1,6 @@ module Main where -import Text.Hakyll (hakyll, defaultHakyllConfiguration) +import Text.Hakyll (hakyll) import Text.Hakyll.Render import Text.Hakyll.Tags (readTagMap, renderTagCloud, renderTagLinks) import Text.Hakyll.File (getRecursiveContents, directory, removeSpaces) @@ -11,7 +11,7 @@ import Data.Map (toList) import Control.Monad (mapM_, liftM) import Data.Either (Either(..)) -main = hakyll defaultHakyllConfiguration $ do +main = hakyll $ do -- Static directory. directory css "css" -- cgit v1.2.3