Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed May 20, 2024
1 parent 4fc7f7e commit 7d8d614
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cabal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
cabal: ["3.10"]
cabal: ["3.10.3.0"]
vers:
# - {ghc: "9.2.8", stackage: "lts-20.26"}
# - {ghc: "9.4.8", stackage: "lts-21.25"}
Expand All @@ -29,6 +29,8 @@ jobs:
ghc-version: ${{ matrix.vers.ghc }}
cabal-version: ${{ matrix.cabal }}
cabal-update: true
enable-stack: true
stack-version: '2.15.7'

- name: Install Dhall
run: cabal install dhall --with-compiler=ghc-${{ matrix.vers.ghc }} --ignore-project
Expand Down

0 comments on commit 7d8d614

Please sign in to comment.