Skip to content

Commit

Permalink
Mention 9.6 compat
Browse files Browse the repository at this point in the history
Mention compatibility with 9.6 in cabal file
and in the Changelog.
  • Loading branch information
BinderDavid committed Oct 23, 2023
1 parent e4e55c5 commit e6a0a23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ghc-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,3 @@ jobs:

- name: Check cabal file
run: cabal check

- name: Build documentation
run: cabal haddock all
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Unreleased

* Compatibility with 9.0, 9.2, 9.4 and 9.6, which are now also checked in CI.

0.10.0 release 2023-03-31

* Add support for rendering ticky profiles
Expand All @@ -6,7 +10,7 @@

* Add "--version" flag for eventlog2html which prints the version,
git commit and git branch used to build eventlog2html.
* Compatability with 9.4.* and 9.2.* compilers.
* Compatibility with 9.4.* and 9.2.* compilers.

0.9.2 release 2021-11-24

Expand Down
2 changes: 1 addition & 1 deletion eventlog2html.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Extra-source-files:
javascript/generated/[email protected]
extra-doc-files: README.md
CHANGELOG
Tested-With: GHC ==9.2.5, GHC ==9.4.3
Tested-With: GHC ==9.0.2, GHC ==9.2.7, GHC ==9.4.7, GHC ==9.6.2

Library
Build-depends:
Expand Down

0 comments on commit e6a0a23

Please sign in to comment.