summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2016-10-27 13:25:49 +0800
committerGitHub <noreply@github.com>2016-10-27 13:25:49 +0800
commit5aaf4a14a22bad0acb34b7bc09685601e58fe1ce (patch)
treeb5b32c6dd51d639bde51612da10001171c46a262 /hakyll.cabal
parent3c73cd1e32e3070924abf542c456c67d778e0b27 (diff)
downloadhakyll-5aaf4a14a22bad0acb34b7bc09685601e58fe1ce.tar.gz
Allow pandoc 1.18
Building with the latest version went fine and seems to work correctly.
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 0f79851..fab0d32 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -159,7 +159,7 @@ Library
mtl >= 1 && < 2.3,
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
- pandoc >= 1.14 && < 1.18,
+ pandoc >= 1.14 && < 1.19,
pandoc-citeproc >= 0.4 && < 0.11,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.5,
@@ -252,7 +252,7 @@ Test-suite hakyll-tests
mtl >= 1 && < 2.3,
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
- pandoc >= 1.14 && < 1.18,
+ pandoc >= 1.14 && < 1.19,
pandoc-citeproc >= 0.4 && < 0.11,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.5,