diff options
author | Rickard Nilsson <rickynils@gmail.com> | 2014-08-21 14:11:29 +0200 |
---|---|---|
committer | Rickard Nilsson <rickynils@gmail.com> | 2014-08-21 14:11:29 +0200 |
commit | 2b108126bb60e0491c47ca5dd9d78103b40c13f8 (patch) | |
tree | 5ccbc650fb35be0bad365e23d9034f950de4f232 | |
parent | ac9b3d7d937706c91ea803b3dd8388bed6116e99 (diff) | |
download | hakyll-2b108126bb60e0491c47ca5dd9d78103b40c13f8.tar.gz |
Adjust pandoc-citeproc lower version bound.
Hakyll has been adjusted for API-incompatible change made in
pandoc-citeproc 0.4, so can't build with older versions anymore.
-rw-r--r-- | hakyll.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 06d20a8..eb991fd 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -158,7 +158,7 @@ Library old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, pandoc >= 1.12.4 && < 1.14, - pandoc-citeproc >= 0.1 && < 0.5, + pandoc-citeproc >= 0.4 && < 0.5, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.3, random >= 1.0 && < 1.1, @@ -244,7 +244,7 @@ Test-suite hakyll-tests old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, pandoc >= 1.12.4 && < 1.14, - pandoc-citeproc >= 0.1 && < 0.5, + pandoc-citeproc >= 0.4 && < 0.5, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.3, random >= 1.0 && < 1.1, |