summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2017-12-17 11:57:44 +0100
committerGitHub <noreply@github.com>2017-12-17 11:57:44 +0100
commit39b247ee9208fbbb2f183ddf5d0db98772a51b3e (patch)
treec6649ccc6661e409768d9e660407cf8974bbb153 /hakyll.cabal
parentf09cfe477ec4b7d51d4c1beb8eb5710705f93f1c (diff)
downloadhakyll-39b247ee9208fbbb2f183ddf5d0db98772a51b3e.tar.gz
Get Travis working again (longer timeouts...)
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 79cf1e9..2eaab3d 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -168,7 +168,7 @@ Library
mtl >= 1 && < 2.3,
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
- pandoc >= 2.0 && < 2.1,
+ pandoc >= 2.0.5 && < 2.1,
pandoc-citeproc >= 0.12 && < 0.13,
parsec >= 3.0 && < 3.2,
process >= 1.6 && < 1.7,
@@ -263,7 +263,7 @@ Test-suite hakyll-tests
mtl >= 1 && < 2.3,
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
- pandoc >= 2.0 && < 2.1,
+ pandoc >= 2.0.5 && < 2.1,
pandoc-citeproc >= 0.12 && < 0.13,
parsec >= 3.0 && < 3.2,
process >= 1.6 && < 1.7,