aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 00135c94d..b9b933eaf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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