dib-0.6.1: A simple, forward build system.

Safe HaskellNone
LanguageHaskell98

Dib.Builders.Copy

Description

A trivial builder that copies a directory tree from one location to another.

Synopsis

Documentation

makeCopyTarget :: Text -> Text -> Text -> FilterFunc -> [Text] -> Target Source #

The makeCopyTarget function makes a target that copies a directory tree. It takes a name, a source directory, destination directory, and gather filter.