[commit: ghc] wip/nfs-locking: Link to Stack-based build instructions for Windows. (42bce9a)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:06:25 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/42bce9aa45d72ad571223b3c23996177ca22cef1/ghc
>---------------------------------------------------------------
commit 42bce9aa45d72ad571223b3c23996177ca22cef1
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Fri Mar 4 00:18:18 2016 +0000
Link to Stack-based build instructions for Windows.
>---------------------------------------------------------------
42bce9aa45d72ad571223b3c23996177ca22cef1
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 96b3106..aca17ea 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,8 @@ system to be in the `shake-build` directory of the GHC source tree:
* Build GHC using `shake-build/build.sh` or `shake-build/build.bat` (on Windows) instead
of `make`. You might want to enable parallelism with `-j`. We will further refer to the
build script simply as `build`. If you are interested in building in a Cabal sandbox
-or using Stack, have a look at `build.cabal.sh` and `build.stack.sh` scripts.
+or using Stack, have a look at `build.cabal.sh` and `build.stack.sh` scripts. Also
+see [instructions for building GHC on Windows using Stack][windows-build].
Using the build system
----------------------
@@ -133,6 +134,7 @@ helped me endure and enjoy the project.
[issues]: https://github.com/snowleopard/shaking-up-ghc/issues
[ghc-preparation]: https://ghc.haskell.org/trac/ghc/wiki/Building/Preparation
[ghc-windows-quick-build]: https://ghc.haskell.org/trac/ghc/wiki/Building/Preparation/Windows#AQuickBuild
+[windows-build]: https://github.com/snowleopard/shaking-up-ghc/blob/master/doc/windows.md
[build-artefacts-issue]: https://github.com/snowleopard/shaking-up-ghc/issues/113
[ghc-split-objs-bug]: https://ghc.haskell.org/trac/ghc/ticket/11315
[user-settings]: https://github.com/snowleopard/shaking-up-ghc/blob/master/src/Settings/User.hs
More information about the ghc-commits
mailing list