BSD-3-Clause licensed
Maintained by [email protected]
This version can be pinned in stack with:pier-0.3.0.0@sha256:2941a67ea0b45f45afbcda83f571884aee015f0376cab8ee060ac268ee4d62d4,2595

Module documentation for 0.3.0.0

There are no documented modules for this package.

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.