[commit: ghc] wip/nfs-locking: Add a note on source distribution (0959e45)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:43:26 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/0959e45fab08b850fdb5b555ea7250e493386976/ghc
>---------------------------------------------------------------
commit 0959e45fab08b850fdb5b555ea7250e493386976
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Fri Oct 28 17:33:11 2016 +0100
Add a note on source distribution
See #219.
>---------------------------------------------------------------
0959e45fab08b850fdb5b555ea7250e493386976
README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 718421f..d869f4b 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,10 @@ complete separation of GHC sources and build artefacts: [#113][build-artefacts-i
* `build -B` forces Shake to rerun all rules, even if results of the previous build
are still in the GHC tree.
+#### Source distribution
+
+To build a GHC source distribution tarball, run Hadrian with the `sdist-ghc` target.
+
#### Testing
* `build validate` runs GHC tests by simply executing `make fast` in `testsuite/tests`
@@ -119,7 +123,7 @@ The new build system still lacks many important features:
* Only HTML Haddock documentation is supported (use `--haddock` flag).
* Build flavours and conventional command line flags are not implemented: [#188][flavours-issue].
* Cross-compilation is not implemented: [#177][cross-compilation-issue].
-* There is no support for installation or binary/source distribution: [#219][install-issue].
+* There is no support for installation or binary distribution: [#219][install-issue].
Check out [milestones] to see when we hope to resolve the above limitations.
More information about the ghc-commits
mailing list