Skip to content

Commit

Permalink
Updated to use stack
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeTravelPenguin committed Nov 11, 2023
1 parent 92a8018 commit 3c463fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
ghc-version: '9.6.3'
enable-stack: true
stack-version: 'latest'
ghc-version: ['9.6.3']

steps:
- uses: actions/checkout@v3
Expand All @@ -33,6 +31,8 @@ jobs:
id: setup
with:
ghc-version: ${{ matrix.ghc-version }}
enable-stack: true
stack-version: 'latest'

- name: Restore cached dependencies
uses: actions/cache/restore@v3
Expand Down

0 comments on commit 3c463fe

Please sign in to comment.