CI: try removing -Wno-unused-imports.

This commit is contained in:
John MacFarlane
2025-12-12 11:01:31 +01:00
parent e7e1f13bcb
commit 0da76b1248
+3 -3
View File
@@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: true
fail-fast: false
matrix:
versions:
# NOTE: Update `CONTRIBUTING.md` when changing the minimum version
@@ -55,10 +55,10 @@ jobs:
cabalopts: '--ghc-option=-Werror'
- ghc: '9.10'
cabal: 'latest'
cabalopts: '--ghc-option=-Werror --ghc-option=-Wno-unused-imports'
cabalopts: '--ghc-option=-Werror'
- ghc: '9.12'
cabal: 'latest'
cabalopts: '--allow-newer --ghc-option=-Werror --ghc-option=-Wno-unused-imports --ghc-option=-Wno-deriving-typeable'
cabalopts: '--allow-newer --ghc-option=-Werror' # --ghc-option=-Wno-unused-imports --ghc-option=-Wno-deriving-typeable'
steps:
- uses: actions/checkout@v6