Skip to content

Commit

Permalink
Fixing cabal version
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharad committed Oct 15, 2024
1 parent 51c0ca8 commit fdb2847
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/haskell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:

- name: Setup cabal
uses: haskell-actions/setup@v2
with:
cabal-version: '3.10.3.0'
ghc-version: '9.6.6'
id: setup

- name: Build project
Expand Down

0 comments on commit fdb2847

Please sign in to comment.