From eb4ea434a6b98f252ff82fface9cd9107ddc43ed Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Fri, 29 May 2015 11:52:36 +0200 Subject: Update to use Pandoc 1.14 --- tests/Hakyll/Core/Runtime/Tests.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Hakyll/Core/Runtime/Tests.hs b/tests/Hakyll/Core/Runtime/Tests.hs index 73a3c6b..1ef77ca 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" - >>= return . renderPandoc + >>= renderPandoc create ["bodies.txt"] $ do route idRoute -- cgit v1.2.3