summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2016-03-23 00:27:17 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2016-03-23 00:27:17 +0100
commit1df960e06a18440fcc61cb439c81d75cf69ca31f (patch)
tree9c16c05486e5b97eca738b03a1d64c9e4ca6dbdf
parent843d726ad22d27b980d117afe7235abb0196b06c (diff)
parentc8a9f4bd9afe84b368ba52cb2fed2ecdc58d6961 (diff)
downloadhakyll-1df960e06a18440fcc61cb439c81d75cf69ca31f.tar.gz
Merge pull request #412 from felixonmars/patch-1
Allow pandoc 1.17
-rw-r--r--hakyll.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 61460e7..90d22e4 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -156,7 +156,7 @@ Library
mtl >= 1 && < 2.3,
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
- pandoc >= 1.14 && < 1.17,
+ pandoc >= 1.14 && < 1.18,
pandoc-citeproc >= 0.4 && < 0.10,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.3,
@@ -242,7 +242,7 @@ Test-suite hakyll-tests
mtl >= 1 && < 2.3,
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
- pandoc >= 1.14 && < 1.17,
+ pandoc >= 1.14 && < 1.18,
pandoc-citeproc >= 0.4 && < 0.10,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.3,