diff options
| author | Jasper Van der Jeugt <m@jaspervdj.be> | 2016-01-04 15:01:53 +0100 |
|---|---|---|
| committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2016-01-04 15:01:53 +0100 |
| commit | 7dc9ef4418081fe84f450cdc2fde8795b4a6bd8b (patch) | |
| tree | a2b17897edf67503b97c077d3e8d927fc4ab0024 | |
| parent | aebffcf7c3d2ebe687c5df4fa50bed96ee685154 (diff) | |
| download | hakyll-7dc9ef4418081fe84f450cdc2fde8795b4a6bd8b.tar.gz | |
Bump pandoc, pandoc-citeproc
| -rw-r--r-- | hakyll.cabal | 10 | ||||
| -rw-r--r-- | web/releases.markdown | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index ed53809..7bb79cf 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.7.5.0 +Version: 4.7.5.1 Synopsis: A static website compiler library Description: @@ -156,8 +156,8 @@ Library mtl >= 1 && < 2.3, network >= 2.6 && < 2.7, network-uri >= 2.6 && < 2.7, - pandoc >= 1.14 && < 1.16, - pandoc-citeproc >= 0.4 && < 0.9, + pandoc >= 1.14 && < 1.17, + pandoc-citeproc >= 0.4 && < 0.10, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.3, random >= 1.0 && < 1.2, @@ -242,8 +242,8 @@ Test-suite hakyll-tests mtl >= 1 && < 2.3, network >= 2.6 && < 2.7, network-uri >= 2.6 && < 2.7, - pandoc >= 1.14 && < 1.16, - pandoc-citeproc >= 0.4 && < 0.9, + pandoc >= 1.14 && < 1.17, + pandoc-citeproc >= 0.4 && < 0.10, 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 7f7b14b..01bf499 100644 --- a/web/releases.markdown +++ b/web/releases.markdown @@ -4,6 +4,10 @@ title: Releases # Releases +## Hakyll 4.7.5.1 + +- Bump pandoc and pandoc-citeproc dependencies to 1.16 and 0.9 respectively + ## Hakyll 4.7.5.0 - Expose templating engine |
