pier: Yet another Haskell build system.
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.
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.
Properties
Versions | 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.3.0.0, 0.3.0.0 |
---|---|
Change log | None available |
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:30:30Z |
Downloads
- pier-0.3.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