Skip to content

Commit d80f12e

Browse files
committed
workflows: Test with ghc-9.4
Update 'tested-with' field in hackport.cabal Signed-off-by: hololeap <[email protected]>
1 parent f05d07a commit d80f12e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,15 @@ jobs:
2222
, "8.10"
2323
, "9.0"
2424
, "9.2"
25+
, "9.4"
2526
]
2627
exclude:
2728
- cabal: "3.4"
2829
ghc: "9.2"
30+
- cabal: "3.4"
31+
ghc: "9.4"
32+
- cabal: "3.6"
33+
ghc: "9.4"
2934
steps:
3035
- uses: actions/checkout@v3
3136
with:

hackport.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ tested-with:
1717
, GHC == 8.8.4
1818
, GHC == 8.10.7
1919
, GHC == 9.0.2
20-
, GHC == 9.2.4
20+
, GHC == 9.2.7
21+
, GHC == 9.4.5
2122

2223
source-repository head
2324
type: git

0 commit comments

Comments
 (0)