build-0.0.1.1: Build systems a la carte

Safe HaskellSafe
LanguageHaskell2010

Build.Task.Functor

Description

Functorial tasks, which have exactly one statically known dependency. Docker is an example of a functorial build system: Docker containers are organised in layers, where each layer makes changes to the previous one.

Synopsis

Documentation

dependency :: Task Functor k v -> k Source #

Find the dependency of a functorial task.