Skip to content

Commit 26c95d4

Browse files
committed
ci: Remove duplicate -Wall from cabal configure
-Wall is already enabled in package.yaml, so there is no need to enable it again in the `cabal configure` step in CI. Actually, this results in problems for GHC 9.2, since we disable -Wunticked-promoted-constructors in package.yaml, but adding -Wall to cabal configure re-enables it.
1 parent 376a46e commit 26c95d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.woodpecker/build_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ steps:
2525
--enable-tests
2626
--test-show-details=streaming
2727
--enable-benchmarks
28-
--ghc-options="-Werror -Wall"
28+
--ghc-options="-Werror"
2929
--test-options='-p "$0 !~ /exhaustive/"'
3030
--disable-optimization
3131
- cabal outdated --exit-code --ignore=base

0 commit comments

Comments
 (0)