diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2013-09-18 22:31:55 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2013-09-18 22:42:28 +0200 |
commit | 72c91dd1c1c0cf21f85d63242f8f4c725482b991 (patch) | |
tree | deb88d10647473c2cf98f57b11fbb11e1ab8424c | |
parent | a590a9a57f2f74547670469db946407be02e2a11 (diff) | |
download | hakyll-72c91dd1c1c0cf21f85d63242f8f4c725482b991.tar.gz |
Restrict pandoc version a bit more
-rw-r--r-- | hakyll.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 7ecdacd..6ec6ab8 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -158,7 +158,7 @@ Library network >= 2.4 && < 2.5, old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, - pandoc >= 1.12 && < 1.14, + pandoc >= 1.12 && < 1.13, pandoc-citeproc >= 0.1 && < 0.2, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.2, @@ -244,7 +244,7 @@ Test-suite hakyll-tests network >= 2.4 && < 2.5, old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, - pandoc >= 1.12 && < 1.14, + pandoc >= 1.12 && < 1.13, pandoc-citeproc >= 0.1 && < 0.2, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.2, |