We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcac95d commit 01fa8ddCopy full SHA for 01fa8dd
.github/workflows/haskell.yml
@@ -58,7 +58,7 @@ jobs:
58
matrix:
59
# The order is important to optimize fail-fast.
60
name:
61
- - 8.10.7-Werror
+ - 9.4.4-Werror
62
- 9.2.7-docspec
63
# - 8.10.7-coverage
64
@@ -81,7 +81,7 @@ jobs:
81
cabal_version: 3.8.1.0
82
disable_sdist_build: "y"
83
cabal_project: cabal.project.Werror
84
- ignore_error: true
+ ignore_error: false
85
- name: 9.4.4-fusion-inspection
86
ghc_version: 9.4.4
87
runner: ubuntu-latest
0 commit comments