From c28428fd8c61cfd21adba5b5fbefc0f8a1784da8 Mon Sep 17 00:00:00 2001 From: Bergi Date: Tue, 20 Mar 2018 12:57:58 +0100 Subject: Make Pandoc dependency optional --- tests/Hakyll/Core/Runtime/Tests.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Hakyll/Core/Runtime') diff --git a/tests/Hakyll/Core/Runtime/Tests.hs b/tests/Hakyll/Core/Runtime/Tests.hs index 5f27854..9c23162 100644 --- a/tests/Hakyll/Core/Runtime/Tests.hs +++ b/tests/Hakyll/Core/Runtime/Tests.hs @@ -39,7 +39,7 @@ case01 = do compile $ do getResourceBody >>= saveSnapshot "raw" - >>= renderPandoc + >>= renderParagraphs match (fromList ["partial.html", "partial-helper.html"]) $ compile templateCompiler -- cgit v1.2.3