From 58ae0974f91435b079f54edb9477d49c46bbcd7b Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 19 Jun 2017 11:59:34 +0200 Subject: Bump version to 4.9.8.0 --- CHANGELOG.md | 9 +++++++++ hakyll.cabal | 2 +- stack.yaml | 7 +++++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb62c6b..2af2375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ title: Releases # Releases +## Hakyll 4.9.8.0 + +- Bump pandoc-citeproc to 0.10.5 +- Bump optparse-applicative to 0.14 +- Bump QuickCheck to 2.10 +- Bump tasty-quickcheck to 0.9 +- Restructure .cabal to avoid redundant compilation (contribution by + Christopher League) + ## Hakyll 4.9.7.0 - Fix compilation trouble with `Options.Applicative` diff --git a/hakyll.cabal b/hakyll.cabal index 28d8020..969f50c 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.9.7.0 +Version: 4.9.8.0 Synopsis: A static website compiler library Description: diff --git a/stack.yaml b/stack.yaml index bcc1a79..2643cdf 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,7 +1,10 @@ -resolver: nightly-2016-10-31 +resolver: nightly-2017-06-19 extra-package-dbs: [] extra-deps: - - 'QuickCheck-2.9.2' +- 'optparse-applicative-0.14.0.0' +- 'pandoc-citeproc-0.10.5.1' +- 'QuickCheck-2.10.0.1' +- 'tasty-quickcheck-0.9' flags: hakyll: -- cgit v1.2.3