summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2016-03-22 14:26:55 +0800
committerFelix Yan <felixonmars@archlinux.org>2016-03-22 14:26:55 +0800
commitc8a9f4bd9afe84b368ba52cb2fed2ecdc58d6961 (patch)
tree9c16c05486e5b97eca738b03a1d64c9e4ca6dbdf /hakyll.cabal
parent843d726ad22d27b980d117afe7235abb0196b06c (diff)
downloadhakyll-c8a9f4bd9afe84b368ba52cb2fed2ecdc58d6961.tar.gz
Allow pandoc 1.17
Builds fine, and seems to work just fine.
Diffstat (limited to 'hakyll.cabal')
-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,