@hackage pier-core0.3.0.0
A library for writing forwards-declared build systems in haskell.
Categories
License
BSD-3-Clause
Maintainer
judah.jacobson@gmail.com
Links
Versions
Installation
Dependencies (17)
- Cabal >=2.2 && <2.3
- base >=4.11 && <4.12
- base64-bytestring >=1.0 && <1.1
- binary >=0.8 && <0.9
- bytestring >=0.10 && <0.11
- containers >=0.5 && <0.6 Show all…
Dependents (1)
@hackage/pier
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 of the API, start with Pier.Core.Artifact.
See pier for information on the Haskell build tool that uses this package.