summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2015-05-29 11:52:36 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2015-05-29 11:52:36 +0200
commiteb4ea434a6b98f252ff82fface9cd9107ddc43ed (patch)
tree71eeb88efd7d3c144b70a0eae2b23807f24cdc3a /hakyll.cabal
parent3728288f53fbd2ec32eaef6459c474f455541471 (diff)
downloadhakyll-eb4ea434a6b98f252ff82fface9cd9107ddc43ed.tar.gz
Update to use Pandoc 1.14
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index dd92d02..ea7c879 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.6.9.0
+Version: 4.7.0.0
Synopsis: A static website compiler library
Description:
@@ -158,7 +158,7 @@ Library
network-uri >= 2.6 && < 2.7,
old-locale >= 1.0 && < 1.1,
old-time >= 1.0 && < 1.2,
- pandoc >= 1.12.4 && < 1.14,
+ pandoc >= 1.14 && < 1.15,
pandoc-citeproc >= 0.4 && < 0.8,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.3,
@@ -246,7 +246,7 @@ Test-suite hakyll-tests
network-uri >= 2.6 && < 2.7,
old-locale >= 1.0 && < 1.1,
old-time >= 1.0 && < 1.2,
- pandoc >= 1.12.4 && < 1.14,
+ pandoc >= 1.14 && < 1.15,
pandoc-citeproc >= 0.4 && < 0.8,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.3,