Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
0959e45f
Commit
0959e45f
authored
Oct 28, 2016
by
Andrey Mokhov
Committed by
GitHub
Oct 28, 2016
Browse files
Add a note on source distribution
See
#219
.
parent
0bfadf34
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
0959e45f
...
...
@@ -96,7 +96,11 @@ use `hadrian/UserSettings.hs` for the same purpose, see [documentation](doc/user
complete separation of GHC sources and build artefacts:
[
#113
][
build-artefacts-issue
]
.
*
`build -B`
forces Shake to rerun all rules, even if results of the previous build
are still in the GHC tree.
are still in the GHC tree.
#### Source distribution
To build a GHC source distribution tarball, run Hadrian with the
`sdist-ghc`
target.
#### Testing
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment