summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2020-12-30 22:50:58 +0300
committerGitHub <noreply@github.com>2020-12-30 22:50:58 +0300
commitf3881821328fae8cba848627f1caf2086121c903 (patch)
tree695e0bb91caa15915de8935e3da4bd9db6ba66d2 /hakyll.cabal
parent87e93c6c95b86b435b532286e07b0a9b896aef8f (diff)
downloadhakyll-f3881821328fae8cba848627f1caf2086121c903.tar.gz
Revert "Fix golden test failing with pandoc >= 2.11.3 (#829)" (#830)
This reverts commit 87e93c6c95b86b435b532286e07b0a9b896aef8f. I screwed up with that one: the change in behaviour was a regression[1] in Pandoc, and I shouldn't have papered over it. It's fairly unlikely that someone would build Hakyll's test suite with one of the two Pandoc versions that regressed, so I simply revert my earlier commit. 1. https://github.com/jgm/pandoc/issues/6966
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal2
1 files changed, 0 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index d8f44f7..66eec1d 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -299,8 +299,6 @@ Test-suite hakyll-tests
Other-modules:
Hakyll.Web.Pandoc.Biblio.Tests
Hakyll.Web.Pandoc.FileType.Tests
- Build-Depends:
- pandoc >= 2.11 && < 2.12
Cpp-options:
-DUSE_PANDOC