[commit: ghc] wip/nfs-locking: Rename to Hadrian (0c5fe5b)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:56:35 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/0c5fe5b08bc591073351b60a5e76c9a0a09ad686/ghc

>---------------------------------------------------------------

commit 0c5fe5b08bc591073351b60a5e76c9a0a09ad686
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Wed Apr 27 00:39:10 2016 +0100

    Rename to Hadrian
    
    [skip ci]


>---------------------------------------------------------------

0c5fe5b08bc591073351b60a5e76c9a0a09ad686
 doc/windows.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/windows.md b/doc/windows.md
index 7fc8dcf..7afd97c 100644
--- a/doc/windows.md
+++ b/doc/windows.md
@@ -9,11 +9,11 @@ The first step is to [install Stack](https://www.stackage.org/stack/windows-x86_
 	stack exec -- pacman -S gcc binutils git automake-wrapper tar make patch autoconf --noconfirm
 	stack exec -- git clone --recursive git://git.haskell.org/ghc.git
 	cd ghc
-	stack exec -- git clone git://github.com/snowleopard/shaking-up-ghc shake-build
-	stack build --stack-yaml=shake-build/stack.yaml --only-dependencies
+	stack exec -- git clone git://github.com/snowleopard/hadrian
+	stack build --stack-yaml=hadrian/stack.yaml --only-dependencies
 	stack exec -- perl boot
 	stack exec -- bash configure --enable-tarballs-autodownload
-	stack exec --stack-yaml=shake-build/stack.yaml -- shake-build/build.bat -j
+	stack exec --stack-yaml=hadrian/stack.yaml -- hadrian/build.bat -j
 
 The entire process should take about an hour.
 
@@ -21,6 +21,6 @@ The entire process should take about an hour.
 
 Here are some alternatives that have been considered, but not yet tested. Use the instructions above.
 
-* Use `shake-build/build.bat --setup` to replace `boot` and `configure`.
+* Use `hadrian/build.bat --setup` to replace `boot` and `configure`.
 * The `pacman` install of `gcc` is probably not necessary, but it does pull in a lot of tools, some of which probably are necessary. Ideally thin the list down.
 * Happy/Alex should be able to be installed by adding them as `build-tools` in the Cabal file.



More information about the ghc-commits mailing list