Skip to content

Commit c1f4c86

Browse files
authored
Merge pull request #2 from prb/claude/fix-workflow-011CUze3o7w6pDJcA8GWncVG
Fix GitHub Actions workflow: update branch to main and GHC to 9.12.2
2 parents 6de85c0 + 6dfa401 commit c1f4c86

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/haskell.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Haskell CI
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "main" ]
66
pull_request:
7-
branches: [ "master" ]
7+
branches: [ "main" ]
88

99
permissions:
1010
contents: read
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: actions/setup-haskell@v1
19+
- uses: haskell-actions/setup@v2
2020
with:
21-
ghc-version: '8.10.3'
22-
cabal-version: '3.2'
21+
ghc-version: '9.12.2'
22+
cabal-version: 'latest'
2323

2424
- name: Cache
2525
uses: actions/cache@v3

0 commit comments

Comments
 (0)