ghc-make: Accelerated version of ghc --make
The ghc-make
program can be used as a drop-in replacement for ghc
. This program
targets two use cases:
If a flag such as
-j4
is passed, the modules will be compiled in parallel. If the available parallelism is greater than a factor of 3, the build will probably run faster.If there is no work to do (i.e. the compiled files are up-to-date), the build will run faster, sometimes significantly so.
See the readme for full details: https://github.com/ndmitchell/ghc-make#readme.
[Skip to Readme]
Downloads
- ghc-make-0.3.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 0.2.1, 0.3, 0.3.1, 0.3.2, 0.3.3 |
---|---|
Change log | CHANGES.txt |
Dependencies | base (>=4 && <5), process (>=1.0), shake (>=0.16), unordered-containers (>=0.2.1) [details] |
Tested with | ghc ==8.2.1, ghc ==8.0.2, ghc ==7.10.3, ghc ==7.8.4, ghc ==7.6.3, ghc ==7.4.2 |
License | BSD-3-Clause |
Copyright | Neil Mitchell 2013-2017 |
Author | Neil Mitchell <ndmitchell@gmail.com> |
Maintainer | Neil Mitchell <ndmitchell@gmail.com> |
Category | Development |
Home page | https://github.com/ndmitchell/ghc-make#readme |
Bug tracker | https://github.com/ndmitchell/ghc-make/issues |
Source repo | head: git clone https://github.com/ndmitchell/ghc-make.git |
Uploaded | by NeilMitchell at 2017-11-09T13:59:17Z |
Distributions | NixOS:0.3.3 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | ghc-make |
Downloads | 7391 total (25 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] Last success reported on 2017-11-09 [all 3 reports] |