Skip to content

Commit

Permalink
Add GHC-9.10 to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
BinderDavid committed Jun 10, 2024
1 parent 4978541 commit c3993a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghc-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ghc-version: ['9.0.2', '9.2.7', '9.4.7', '9.6.2', '9.8.1']
ghc-version: ['9.0.2', '9.2.7', '9.4.7', '9.6.2', '9.8.1', '9.10.1']

include:
- os: windows-latest
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Unreleased
----------

* Fix build error due to new exported function in blaze-html [#186](https://github.com/mpickering/eventlog2html/issues/186)
* Add `GHC 9.10.1` to the build matrix.

0.11.0 release 2024-02-06
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion eventlog2html.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Extra-source-files:
inline-docs/*.html
extra-doc-files: README.md
CHANGELOG.md
Tested-With: GHC ==9.0.2, GHC ==9.2.7, GHC ==9.4.7, GHC ==9.6.2, GHC ==9.8.1
Tested-With: GHC ==9.0.2, GHC ==9.2.7, GHC ==9.4.7, GHC ==9.6.2, GHC ==9.8.1, GHC==9.10.1

Library
Build-depends:
Expand Down

0 comments on commit c3993a2

Please sign in to comment.