Skip to content

Commit

Permalink
also pin ghc and cabal versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joewatt95 committed Apr 16, 2024
1 parent 3e99905 commit 40e32e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stack-based-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
- uses: haskell-actions/setup@v2
with:
enable-stack: true
ghc-version: '9.8.2'
cabal-version: '3.10.3.0'
stack-version: '2.15.5'
- uses: actions/cache@v3
name: Cache ~/.stack
Expand Down

0 comments on commit 40e32e7

Please sign in to comment.