diff options
-rw-r--r-- | hakyll.cabal | 4 |
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, |