From e633df17dd72703a541c46d829096dfe40b75e50 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sat, 15 Dec 2012 18:02:47 +0100 Subject: Rename pageCompiler to pandocCompiler --- tests/Hakyll/Core/Rules/Tests.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Hakyll/Core/Rules') diff --git a/tests/Hakyll/Core/Rules/Tests.hs b/tests/Hakyll/Core/Rules/Tests.hs index 4fcb19d..27440dc 100644 --- a/tests/Hakyll/Core/Rules/Tests.hs +++ b/tests/Hakyll/Core/Rules/Tests.hs @@ -20,7 +20,7 @@ import Hakyll.Core.Routes import Hakyll.Core.Rules import Hakyll.Core.Rules.Internal import Hakyll.Core.Writable.CopyFile -import Hakyll.Web.Page +import Hakyll.Web.Pandoc import TestSuite.Util @@ -61,7 +61,7 @@ rules = do -- Compile some posts match "*.md" $ do route $ setExtension "html" - compile pageCompiler + compile pandocCompiler -- Compile them, raw match "*.md" $ version "raw" $ do -- cgit v1.2.3