From 5e5a188facdaf10ec0bf8ec85e1c2cacbbe9a671 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Thu, 17 May 2012 12:31:59 +0200 Subject: Fix pandoc version --- hakyll.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hakyll.cabal b/hakyll.cabal index 3c21bd7..d35aee9 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -77,7 +77,7 @@ Library mtl >= 1 && < 2.2, old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, - pandoc >= 1.9 && < 1.10, + pandoc >= 1.9.3 && < 1.10, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.2, regex-base >= 0.93 && < 0.94, @@ -183,7 +183,7 @@ Test-suite hakyll-tests mtl >= 1 && < 2.2, old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, - pandoc >= 1.9 && < 1.10, + pandoc >= 1.9.3 && < 1.10, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.2, regex-base >= 0.93 && < 0.94, -- cgit v1.2.3