]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Add some new warnings for GHC7.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 27 Jul 2011 19:20:19 +0000 (15:20 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 27 Jul 2011 19:20:19 +0000 (15:20 -0400)
makefile

index a15145d35d115435167b67880cb0c611845a00d0..7523e3ae20e44f16ec9657a7533f9dea605a41cd 100644 (file)
--- a/makefile
+++ b/makefile
@@ -4,6 +4,10 @@ GHC_WARNINGS += -fwarn-missing-signatures
 GHC_WARNINGS += -fwarn-name-shadowing
 GHC_WARNINGS += -fwarn-orphans
 GHC_WARNINGS += -fwarn-type-defaults
+GHC_WARNINGS += -fwarn-tabs
+GHC_WARNINGS += -fwarn-incomplete-record-updates
+GHC_WARNINGS += -fwarn-monomorphism-restriction
+GHC_WARNINGS += -fwarn-unused-do-bind
 
 BIN := spline3
 GHC_OPTS := $(GHC_WARNINGS) -odir /tmp -hidir /tmp --make -o bin/${BIN}