build-1.1: Build Systems à la Carte
Safe HaskellSafe-Inferred
LanguageHaskell2010

Build.Task.Applicative

Description

Applicative tasks, as used by Make, Ninja and other applicative build systems. Dependencies of applicative tasks are known statically, before their execution.

Synopsis

Documentation

dependencies :: Task Applicative k v -> [k] Source #

Find the dependencies of an applicative task.