pier: Yet another Haskell build system.
Pier is a command-line tool for building Haskell projects. It is similar in purpose to Stack, but explores a different design:
Pier implements the fine-grained Haskell build logic from (nearly) scratch. In contrast, Stack relies on Cabal to implement most of its build steps, giving it a more coarse control over the build.
Pier uses general-purpose libraries for implementing build systems, namely Shake and pier-core.
For more information, see the official documentation.
Downloads
- pier-0.3.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.1.0.0, 0.2.0.0, 0.2.0.1, 0.3.0.0 |
---|---|
Dependencies | aeson (>=1.3 && <1.5), base (>=4.11 && <4.12), binary (>=0.8 && <0.9), binary-orphans (>=0.1 && <0.2), Cabal (>=2.2 && <2.3), containers (>=0.5 && <0.6), directory (>=1.3.1 && <1.4), hashable (>=1.2 && <1.3), optparse-applicative, pier-core (>=0.3 && <0.4), shake (>=0.16 && <0.17), split (>=0.2 && <0.3), text (>=1.2 && <1.3), transformers (>=0.5 && <0.6), unordered-containers (>=0.2 && <0.3), yaml (>=0.8 && <0.11) [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-23T01:34:36Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | pier |
Downloads | 2080 total (18 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 2018-09-23 [all 2 reports] |