We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d31e2a commit 4ccece3Copy full SHA for 4ccece3
tests/Makefile
@@ -13,7 +13,7 @@ endif
13
14
# NOTE: This assumes that a working `ghc` is on $PATH; this may not necessarily be the same GHC used by `cabal` for building `alex`.
15
HC=ghc
16
-HC_OPTS=-Wall -fno-warn-missing-signatures -fno-warn-unused-imports -fno-warn-tabs -Werror
+HC_OPTS=-Wall -fwarn-incomplete-uni-patterns -fno-warn-missing-signatures -fno-warn-unused-imports -fno-warn-tabs -Werror
17
18
.PRECIOUS: %.n.hs %.g.hs %.o %.exe %.bin
19
0 commit comments