[commit: ghc] wip/nfs-locking: Fix formatting. (016a71f)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:36:47 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/016a71fbb371e2e726ec13e665510bf680dce5cb/ghc
>---------------------------------------------------------------
commit 016a71fbb371e2e726ec13e665510bf680dce5cb
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sun Jan 10 23:37:20 2016 +0000
Fix formatting.
>---------------------------------------------------------------
016a71fbb371e2e726ec13e665510bf680dce5cb
build.bat | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/build.bat b/build.bat
index 0cf778a..348537d 100644
--- a/build.bat
+++ b/build.bat
@@ -1,16 +1,16 @@
@cd %~dp0
@mkdir .shake 2> nul
- at set ghcArgs=--make ^
- -Wall ^
+ at set ghcArgs=--make ^
+ -Wall ^
-fno-warn-name-shadowing ^
- src/Main.hs ^
- -isrc ^
- -rtsopts ^
- -with-rtsopts=-I0 ^
- -outputdir=.shake ^
- -j ^
- -O ^
+ src/Main.hs ^
+ -isrc ^
+ -rtsopts ^
+ -with-rtsopts=-I0 ^
+ -outputdir=.shake ^
+ -j ^
+ -O ^
-o .shake/build
@set shakeArgs=--lint ^
More information about the ghc-commits
mailing list