summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-05-17 12:31:59 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2012-05-17 12:31:59 +0200
commit5e5a188facdaf10ec0bf8ec85e1c2cacbbe9a671 (patch)
treeeafb8feaa27864d4c1e59b08ea2d95bd5f8e755a
parentce721284798ce6df6005e577292f1d52cba49057 (diff)
downloadhakyll-5e5a188facdaf10ec0bf8ec85e1c2cacbbe9a671.tar.gz
Fix pandoc version
-rw-r--r--hakyll.cabal4
1 files 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,