diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2015-10-15 12:18:35 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2015-10-15 12:18:35 +0200 |
commit | 8dec0a51fbcab519755147828b546abdb397fbd8 (patch) | |
tree | 71e1b310cdb3ea2926b0da95bf746c11d1a4a271 | |
parent | f40f05c8533d2ab18dc6d41e85b161c9a0064066 (diff) | |
download | hakyll-8dec0a51fbcab519755147828b546abdb397fbd8.tar.gz |
Bump pandoc-citeproc dependency to 0.8
-rw-r--r-- | hakyll.cabal | 6 | ||||
-rw-r--r-- | web/releases.markdown | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index cb746dd..c0c5856 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.7.3.0 +Version: 4.7.3.1 Synopsis: A static website compiler library Description: @@ -157,7 +157,7 @@ Library network >= 2.6 && < 2.7, network-uri >= 2.6 && < 2.7, pandoc >= 1.14 && < 1.16, - pandoc-citeproc >= 0.4 && < 0.8, + pandoc-citeproc >= 0.4 && < 0.9, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.3, random >= 1.0 && < 1.2, @@ -243,7 +243,7 @@ Test-suite hakyll-tests network >= 2.6 && < 2.7, network-uri >= 2.6 && < 2.7, pandoc >= 1.14 && < 1.16, - pandoc-citeproc >= 0.4 && < 0.8, + pandoc-citeproc >= 0.4 && < 0.9, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.3, random >= 1.0 && < 1.2, diff --git a/web/releases.markdown b/web/releases.markdown index 8da8911..7783ffa 100644 --- a/web/releases.markdown +++ b/web/releases.markdown @@ -4,6 +4,10 @@ title: Releases # Releases +## Hakyll 4.7.3.1 + +- Bump pandoc-citeproc dependency to 0.8 + ## Hakyll 4.7.3.0 - Bump HUnit dependency to 1.3 |