Skip to content

Commit afcd1f9

Browse files
committed
Add more errors to compile-fixtures.sh
1 parent 75f70ae commit afcd1f9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

scripts/ci/compile-fixtures.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,18 @@ compile_fixture() {
128128
if (cd "$HS_BINDGEN_DIR" && cabal exec -- ghc \
129129
-c \
130130
-fforce-recomp \
131+
-Wall \
132+
-Wincomplete-uni-patterns \
133+
-Wincomplete-record-updates \
134+
-Wimplicit-prelude \
135+
-Wmissing-local-signatures \
136+
-Wmissing-exported-signatures \
137+
-Wmissing-export-lists \
138+
-Wmissing-home-modules \
139+
-Widentities \
140+
-Wredundant-constraints \
141+
-Wpartial-fields \
142+
-Wcpp-undef \
131143
-outputdir "$output_dir" \
132144
-package hs-bindgen-runtime \
133145
-package c-expr-runtime \

0 commit comments

Comments
 (0)