Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 4.16.0.0 #987

Merged
merged 2 commits into from
Apr 27, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Disable GHC < 8.10 on Windows because easy-file FTB with those
  • Loading branch information
Minoru committed Apr 27, 2023
commit a6312a670ff728eacdb007022b20b1aa270f4624
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
# fails to build: "can't load framework: Cocoa (not found)"
- os: macOS-12
ghc: "8.8.4"
# fails to build easy-file on which we depend: https://github.com/jaspervdj/hakyll/issues/988
- os: windows-2022
ghc: "8.6.5"
# fails to build easy-file on which we depend: https://github.com/jaspervdj/hakyll/issues/988
- os: windows-2022
ghc: "8.8.4"
# fails to link: https://github.com/jaspervdj/hakyll/issues/986
- os: windows-2022
ghc: "9.6.1"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Releases

# Releases

## Hakyll 4.16.0.0 (2023-04-26)
## Hakyll 4.16.0.0 (2023-04-27)

- Bump `base` *lower* bound to 4.12 (GHC >= 8.6). Hakyll already failed to build
on earlier versions due to the template-haskell requirement, and nobody
Expand Down