Skip to content

Commit d179c70

Browse files
committed
Add 9.4 support, CI
1 parent 0d9cfd0 commit d179c70

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macos-latest, windows-latest]
16-
ghc: ['8.6', '8.8', '8.10', '9.0', '9.2']
16+
ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4.1']
1717
steps:
1818
- name: Checkout base repo
1919
uses: actions/[email protected]

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ cabal.sandbox.config
2020
*.hp
2121
*.eventlog
2222
.stack-work/
23-
cabal.project.local
24-
cabal.project.local~
23+
cabal.project.local*
2524
.HTF/
2625
.ghc.environment.*
2726
.nvimrc

mtl.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extra-source-files:
2222
CHANGELOG.markdown
2323
README.markdown
2424

25-
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.2
25+
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1
2626

2727
source-repository head
2828
type: git

0 commit comments

Comments
 (0)