Skip to content

Commit

Permalink
Bump version to 4.9.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Jun 19, 2017
1 parent 67ecff7 commit 58ae097
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion 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:
Expand Down
7 changes: 5 additions & 2 deletions 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:
Expand Down

0 comments on commit 58ae097

Please sign in to comment.