[commit: ghc] wip/nfs-locking: Add -fwarn-tabs and -fwarn-unused-imports. (7eb2d38)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:16:17 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/7eb2d388f236b8759046b1d58e89cbf9088e4940/ghc
>---------------------------------------------------------------
commit 7eb2d388f236b8759046b1d58e89cbf9088e4940
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Mon Dec 29 21:43:26 2014 +0000
Add -fwarn-tabs and -fwarn-unused-imports.
>---------------------------------------------------------------
7eb2d388f236b8759046b1d58e89cbf9088e4940
build.bat | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/build.bat b/build.bat
index 8e3dba2..0e1f581 100644
--- a/build.bat
+++ b/build.bat
@@ -1,2 +1,3 @@
@mkdir _shake 2> nul
- at ghc --make src/Main.hs -isrc -rtsopts -with-rtsopts=-I0 -outputdir=_shake -o _shake/build && _shake\build --lint --directory ".." %*
+ at ghc --make -fwarn-tabs -fwarn-unused-imports src/Main.hs -isrc -rtsopts -with-rtsopts=-I0 -outputdir=_shake -o _shake/build
+ at _shake\build --lint --directory ".." %*
More information about the ghc-commits
mailing list