Skip to content
Snippets Groups Projects
Commit 15797302 authored by Alp Mestanogullari's avatar Alp Mestanogullari :squid: Committed by Andrey Mokhov
Browse files

Preliminary bindist rule (#555)

* Preliminary bindist rule

For now, we only ship `<build root>/{bin, lib}` and the few make build system
related files that are needed to support a simple

```
./configure [--prefix=PATH] && make install
```

workflow. The current binary distributions of GHC support a wider range
of parameters, but I figured it would be a good thing to start with this
and enhance it as we all see fit and perhaps using feedback from GHC HQ
(@bgamari in particular) and bindist users.

* document binary distribution rule in README

* sdist-ghc -> source-dist, Rules.Bindist -> Rules.BinaryDist
parent a8ad5af8
No related branches found
Tags ghc-8.2.1-release
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment