Skip to content

Commit

Permalink
Merge pull request #130 from haskell/koz/ghc-94
Browse files Browse the repository at this point in the history
Add 9.4 support, CI
  • Loading branch information
kozross authored Aug 10, 2022
2 parents f82e78e + d179c70 commit 0a71324
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
ghc: ['8.6', '8.8', '8.10', '9.0', '9.2']
ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4.1']
steps:
- name: Checkout base repo
uses: actions/[email protected]
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ cabal.sandbox.config
*.hp
*.eventlog
.stack-work/
cabal.project.local
cabal.project.local~
cabal.project.local*
.HTF/
.ghc.environment.*
.nvimrc
2 changes: 1 addition & 1 deletion mtl.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ extra-source-files:
CHANGELOG.markdown
README.markdown

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

source-repository head
type: git
Expand Down

0 comments on commit 0a71324

Please sign in to comment.