Skip to content

Commit

Permalink
Test on GHC 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MMZK1526 committed Jul 21, 2024
1 parent 501ab86 commit 646dd75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
ghc: [9.2.5, 9.6.1, 9.8.2]
ghc: [9.2.8, 9.6.4, 9.8.2]
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Revision history for mmzk-typeid


## 0.7.0.1 -- Unreleased

* Stop testing on GHC 9.2, replacing with tests on GHC 9.4.


## 0.7.0.0 -- 2024-07-03

* Use `String`s instead of `Text`s inside the constructors of `TypeIDError` so that it is easier to use the promoted constructors.
Expand Down
4 changes: 2 additions & 2 deletions mmzk-typeid.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ author: Yitang Chen <mmzk1526@outlook.com>
maintainer: Yitang Chen <mmzk1526@outlook.com>
category: Data, UUID, UUIDv7, TypeID
tested-with:
GHC == 9.2.8
GHC == 9.6.1
GHC == 9.4.8
GHC == 9.6.4
GHC == 9.8.2
extra-source-files:
CHANGELOG.md
Expand Down

0 comments on commit 646dd75

Please sign in to comment.