@hackage pier0.3.0.0
Yet another Haskell build system.
Categories
License
BSD-3-Clause
Maintainer
judah.jacobson@gmail.com
Links
Versions
Installation
Dependencies (0)
- Cabal >=2.2 && <2.3
- aeson >=1.3 && <1.5
- base >=4.11 && <4.12
- binary >=0.8 && <0.9
- binary-orphans >=0.1 && <0.2
- containers >=0.5 && <0.6 Show all…
Dependents (1)
@hackage/acme-everything
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.