From f09cfe477ec4b7d51d4c1beb8eb5710705f93f1c Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Tue, 21 Nov 2017 05:35:49 +0800 Subject: Move to Pandoc 2 --- hakyll.cabal | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'hakyll.cabal') 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, -- cgit v1.2.3