We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe8f72 commit 31bede7Copy full SHA for 31bede7
.github/workflows/release.yml
@@ -100,7 +100,7 @@ jobs:
100
id: setup-haskell-cabal
101
with:
102
ghc-version: ${{ env.ghc_version }}
103
- cabal-version: "3.2"
+ cabal-version: "3.6"
104
105
- name: Build
106
run: cabal v2-build --enable-tests --enable-benchmarks all
.github/workflows/test.yml
@@ -128,7 +128,7 @@ jobs:
128
129
130
131
132
133
- name: Run unit tests
134
run: cabal v2-test --enable-tests --test-show-details=direct all
0 commit comments