Skip to content

Commit

Permalink
Switch to using haskell-actions/setup
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Apr 30, 2024
1 parent ff7d2f0 commit 7e65fa2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["8.10.7", "9.2.7", "9.6.3", "9.8.1"]
ghc: ["9.2.8", "9.6.5", "9.8.2"]
os: [ubuntu-latest, macos-latest, windows-latest]
cabal: ["3.10.1.0"]
cabal: ["3.10.3.0"]

steps:
- uses: actions/checkout@v3

- name: Install Haskell
uses: input-output-hk/setup-haskell@v1
- name: Setup Haskell
uses: haskell-actions/setup@v2
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit 7e65fa2

Please sign in to comment.