CI: don't warn on unused imports in ghc 9.10+.

For now I want to avoid having to put in lots of CPP.
This commit is contained in:
John MacFarlane
2025-07-23 15:20:34 -07:00
parent 1778cc29a6
commit 54aef76773
+2 -2
View File
@@ -68,10 +68,10 @@ jobs:
cabalopts: '--ghc-option=-Werror'
- ghc: '9.10'
cabal: 'latest'
cabalopts: '--ghc-option=-Werror'
cabalopts: '--ghc-option=-Werror --ghc-option=-W-no-unused-imports'
- ghc: '9.12'
cabal: 'latest'
cabalopts: '--allow-newer --ghc-option=-Werror'
cabalopts: '--allow-newer --ghc-option=-Werror --ghc-options=-W-no-unused-imports'
steps:
- uses: actions/checkout@v4