Skip to content

Commit 4ccece3

Browse files
committed
Add incomplete-uni-patterns warning to the test Makefile to prevent the problem from reappearing
1 parent 1d31e2a commit 4ccece3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif
1313

1414
# NOTE: This assumes that a working `ghc` is on $PATH; this may not necessarily be the same GHC used by `cabal` for building `alex`.
1515
HC=ghc
16-
HC_OPTS=-Wall -fno-warn-missing-signatures -fno-warn-unused-imports -fno-warn-tabs -Werror
16+
HC_OPTS=-Wall -fwarn-incomplete-uni-patterns -fno-warn-missing-signatures -fno-warn-unused-imports -fno-warn-tabs -Werror
1717

1818
.PRECIOUS: %.n.hs %.g.hs %.o %.exe %.bin
1919

0 commit comments

Comments
 (0)