pier-core: A library for writing forwards-declared build systems in haskell.
A library for writing build systems in Haskell, built on top of shake.
Pier provides a generic approach to building and caching file outputs. It enables build actions to be written in a "forwards" style, which generally leads to simpler logic than backwards-defined build systems such as make or (normal) Shake, where each step of the build logic must be written as a new build rule.
For more details, see Pier.Core.Artifact.
Modules
[Index] [Quick Jump]
Downloads
- pier-core-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.2.0.0, 0.2.0.1, 0.3.0.0 |
---|---|
Dependencies | base (>=4.11.0 && <4.12), base64-bytestring (>=1.0.0.1 && <1.1), binary (>=0.8.5.1 && <0.9), bytestring (>=0.10.8.2 && <0.11), Cabal (>=2.2.0.0 && <2.3), containers (>=0.5.11.0 && <0.6), cryptohash-sha256 (>=0.11.101.0 && <0.12), directory (>=1.3.1 && <1.4), hashable (>=1.2.7.0 && <1.3), http-client (>=0.5.13.1 && <0.6), http-client-tls (>=0.3.5.3 && <0.4), http-types (>=0.12.1 && <0.13), process (>=1.6.3.0 && <1.7), shake (>=0.16.4 && <0.17), temporary (>=1.3 && <1.4), text (>=1.2.3.0 && <1.3), unix (>=2.7.2.2 && <2.8) [details] |
License | BSD-3-Clause |
Author | |
Maintainer | judah.jacobson@gmail.com |
Category | Development |
Home page | https://github.com/judah/pier#readme |
Bug tracker | https://github.com/judah/pier/issues |
Source repo | head: git clone https://github.com/judah/pier |
Uploaded | by JudahJacobson at 2018-09-12T21:08:12Z |
Distributions | |
Downloads | 1597 total (14 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-09-12 [all 1 reports] |