diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2015-05-29 11:52:36 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2015-05-29 11:52:36 +0200 |
commit | eb4ea434a6b98f252ff82fface9cd9107ddc43ed (patch) | |
tree | 71eeb88efd7d3c144b70a0eae2b23807f24cdc3a /tests | |
parent | 3728288f53fbd2ec32eaef6459c474f455541471 (diff) | |
download | hakyll-eb4ea434a6b98f252ff82fface9cd9107ddc43ed.tar.gz |
Update to use Pandoc 1.14
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Hakyll/Core/Runtime/Tests.hs | 2 |
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 |