From 72c91dd1c1c0cf21f85d63242f8f4c725482b991 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 18 Sep 2013 22:31:55 +0200 Subject: Restrict pandoc version a bit more --- hakyll.cabal | 4 ++-- 1 file 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, -- cgit v1.2.3