[commit: ghc] wip/nfs-locking: Add a note on how to install Happy/Alex better (2d02668)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:53:35 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/2d0266864b16b273b7e6d296a42fa60bf75d9bd0/ghc
>---------------------------------------------------------------
commit 2d0266864b16b273b7e6d296a42fa60bf75d9bd0
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Thu Mar 3 23:18:44 2016 +0000
Add a note on how to install Happy/Alex better
>---------------------------------------------------------------
2d0266864b16b273b7e6d296a42fa60bf75d9bd0
doc/windows.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/windows.md b/doc/windows.md
index 2d823e7..aa7a560 100644
--- a/doc/windows.md
+++ b/doc/windows.md
@@ -23,4 +23,4 @@ Here are some alternatives that have been considered, but not yet tested. Use th
* Use `shake-build/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.
-* Can Happy/Alex be installed by adding them as tool dependencies to the Stack file?
+* 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