summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2015-05-29 11:52:36 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2015-05-29 11:52:36 +0200
commiteb4ea434a6b98f252ff82fface9cd9107ddc43ed (patch)
tree71eeb88efd7d3c144b70a0eae2b23807f24cdc3a /tests
parent3728288f53fbd2ec32eaef6459c474f455541471 (diff)
downloadhakyll-eb4ea434a6b98f252ff82fface9cd9107ddc43ed.tar.gz
Update to use Pandoc 1.14
Diffstat (limited to 'tests')
-rw-r--r--tests/Hakyll/Core/Runtime/Tests.hs2
1 files changed, 1 insertions, 1 deletions
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