summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorVaibhav Sagar <vaibhavsagar@gmail.com>2017-11-21 05:35:49 +0800
committerJasper Van der Jeugt <jaspervdj@gmail.com>2017-11-20 22:35:49 +0100
commitf09cfe477ec4b7d51d4c1beb8eb5710705f93f1c (patch)
treed9c38fe6e0c03d7797821bd49e860fc9b1b8184e /hakyll.cabal
parentddf077ec82d13565ec58d703b36cb51b5b3cb4d9 (diff)
downloadhakyll-f09cfe477ec4b7d51d4c1beb8eb5710705f93f1c.tar.gz
Move to Pandoc 2
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal16
1 files changed, 8 insertions, 8 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 969f50c..79cf1e9 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -168,10 +168,10 @@ Library
mtl >= 1 && < 2.3,
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
- pandoc >= 1.14 && < 1.20,
- pandoc-citeproc >= 0.10.5 && < 0.11,
+ pandoc >= 2.0 && < 2.1,
+ pandoc-citeproc >= 0.12 && < 0.13,
parsec >= 3.0 && < 3.2,
- process >= 1.0 && < 1.6,
+ process >= 1.6 && < 1.7,
random >= 1.0 && < 1.2,
regex-base >= 0.93 && < 0.94,
regex-tdfa >= 1.1 && < 1.3,
@@ -179,7 +179,7 @@ Library
scientific >= 0.3.4 && < 0.4,
tagsoup >= 0.13.1 && < 0.15,
text >= 0.11 && < 1.3,
- time >= 1.4 && < 1.8,
+ time >= 1.8 && < 1.9,
time-locale-compat >= 0.1 && < 0.2,
unordered-containers >= 0.2 && < 0.3,
vector >= 0.11 && < 0.13,
@@ -263,10 +263,10 @@ Test-suite hakyll-tests
mtl >= 1 && < 2.3,
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
- pandoc >= 1.14 && < 1.20,
- pandoc-citeproc >= 0.10.5 && < 0.11,
+ pandoc >= 2.0 && < 2.1,
+ pandoc-citeproc >= 0.12 && < 0.13,
parsec >= 3.0 && < 3.2,
- process >= 1.0 && < 1.6,
+ process >= 1.6 && < 1.7,
random >= 1.0 && < 1.2,
regex-base >= 0.93 && < 0.94,
regex-tdfa >= 1.1 && < 1.3,
@@ -274,7 +274,7 @@ Test-suite hakyll-tests
scientific >= 0.3.4 && < 0.4,
tagsoup >= 0.13.1 && < 0.15,
text >= 0.11 && < 1.3,
- time >= 1.4 && < 1.8,
+ time >= 1.8 && < 1.9,
time-locale-compat >= 0.1 && < 0.2,
unordered-containers >= 0.2 && < 0.3,
vector >= 0.11 && < 0.13,