From 9d137adda7ecdb44f36ed8bd458fc72e274ad3e3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 10 Mar 2013 03:23:24 +0100 Subject: allow pandoc 1.11 --- hakyll.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hakyll.cabal b/hakyll.cabal index eb7ef78..038ce99 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -151,7 +151,7 @@ Library old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, cmdargs >= 0.10 && < 0.11, - pandoc >= 1.10 && < 1.11, + pandoc >= 1.10 && < 1.12, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.2, random >= 1.0 && < 1.1, @@ -224,7 +224,7 @@ Test-suite hakyll-tests old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, cmdargs >= 0.10 && < 0.11, - pandoc >= 1.10 && < 1.11, + pandoc >= 1.10 && < 1.12, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.2, random >= 1.0 && < 1.1, -- cgit v1.2.3