[commit: ghc] wip/nfs-locking: Fix paths to source files. (23c7701)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 22:58:57 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/23c7701c1fab401a45f707c9abac101c6be9ce56/ghc
>---------------------------------------------------------------
commit 23c7701c1fab401a45f707c9abac101c6be9ce56
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Thu Dec 25 18:13:12 2014 +0000
Fix paths to source files.
>---------------------------------------------------------------
23c7701c1fab401a45f707c9abac101c6be9ce56
build.bat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.bat b/build.bat
index 5400131..8e3dba2 100644
--- a/build.bat
+++ b/build.bat
@@ -1,2 +1,2 @@
@mkdir _shake 2> nul
- at ghc --make Main.hs -rtsopts -with-rtsopts=-I0 -outputdir=_shake -o _shake/build && _shake\build --lint --directory ".." %*
+ at ghc --make src/Main.hs -isrc -rtsopts -with-rtsopts=-I0 -outputdir=_shake -o _shake/build && _shake\build --lint --directory ".." %*
More information about the ghc-commits
mailing list