Safe Haskell | None |
---|---|
Language | Haskell2010 |
A trivial builder that copies a directory tree from one location to another.
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.