[commit: ghc] wip/nfs-locking: Add a Stack build script for Windows (bbd884c)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:38:52 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/bbd884c841d8508abb3dabbbb5cf5abe2e69f4da/ghc
>---------------------------------------------------------------
commit bbd884c841d8508abb3dabbbb5cf5abe2e69f4da
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sat Aug 20 18:02:33 2016 +0100
Add a Stack build script for Windows
See #283
>---------------------------------------------------------------
bbd884c841d8508abb3dabbbb5cf5abe2e69f4da
build.stack.bat | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/build.stack.bat b/build.stack.bat
new file mode 100644
index 0000000..3586290
--- /dev/null
+++ b/build.stack.bat
@@ -0,0 +1,8 @@
+ at rem Change the current directory to the one containing this script
+ at cd %~dp0
+
+ at rem Build Hadrian and dependencies
+ at stack build
+
+ at rem Run Hadrian in GHC top directory forwarding additional user arguments
+ at stack exec hadrian -- --lint --directory ".." %*
More information about the ghc-commits
mailing list