Search code examples
How to define a shake rule to build docker images?...


dockerhaskellbuildshake-build-system

Read More
Can a shake rule determine which "needs" have changed since the last build?...


shake-build-system

Read More
Using persistent services with Shake...


shake-build-system

Read More
How do I ask Shake if a target is up to date, like `make -q`?...


shake-build-system

Read More
How to extend Shake with additional command-line arguments?...


shake-build-system

Read More
How do I compile Haskell programs using Shake...


haskellshake-build-system

Read More
Shake depending on on node_modules directory...


shake-build-system

Read More
Shake build capturing directories...


shake-build-system

Read More
Running an Action if part of a file changes...


haskellshake-build-system

Read More
How to debug shake rules execution?...


haskellshake-build-system

Read More
Why is shake's progress estimation for this simple build system very wrong?...


shake-build-system

Read More
Handling multiple build configurations in parallel...


shake-build-system

Read More
Shake: How to reliably, automatically force rebuild when my rules change, becoming out of sync with ...


shake-build-system

Read More
Shake does not recognize wether to build a rule/always builds a rule even if it shouldn't...


haskellshake-build-system

Read More
What will (getDirectoryFiles "" (dir </> "//*.c")) actually match?...


shake-build-system

Read More
how can I use the dir created by withTempDir in a rule?...


shake-build-system

Read More
How to write fixed point build rules in Shake, e.g. Latex...


haskellshake-build-system

Read More
How do I skip a shake Action?...


haskellshake-build-system

Read More
How to override Shake configuration on the command-line...


shake-build-system

Read More
Deploying Shake in intranet scenarios...


haskell-stackshake-build-system

Read More
Handling effects on the shell environment with the shake build system...


haskellshake-build-system

Read More
Detect errors and build report in case of failure in shake build...


shake-build-system

Read More
Haskell shake: special rule for building directories...


haskellshake-build-system

Read More
Shake: how to proceed when file name is not known a-priori...


haskellshake-build-system

Read More
Why Shake dependencies are explicitly `needed`?...


shake-build-system

Read More
How to avoid output synchronization problems in parallel builds?...


shake-build-system

Read More
shake: dependency on shared library that is built internally in the project...


shake-build-system

Read More
Why does Shake recommend disabling idle garbage collection?...


haskellshake-build-system

Read More
How to specify non-trivial metadata to drive a shake build system?...


configurationshake-build-system

Read More
How to construct rule names according to an external factor?...


shake-build-system

Read More
BackNext