Description
Provides Shake, a Haskell build system library inspired by Make but with more accurate dependency tracking. It lets developers define build rules in Haskell and rebuild only what depends on changed inputs.
It is useful for project build systems, code generation, documentation pipelines, asset processing, and automation. It is primarily a developer library, often used to build custom build tools.