pier-core: A library for writing forwards-declared build systems in haskell.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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.
Properties
Versions | 0.2.0.0, 0.2.0.0, 0.2.0.1, 0.3.0.0 |
---|---|
Change log | None available |
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:02:40Z |
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
Package maintainers
For package maintainers and hackage trustees