aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 446b8d36c..3d2a6746c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
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-deriving-typeable'
steps:
- uses: actions/checkout@v6