shake-plus-extended-0.1.0.0: Experimental extensions to shake-plus

CopyrightCopyright (C) 2020 Daniel Firth
MaintainerDaniel Firth <dan.firth@homotopic.tech
Safe HaskellNone
LanguageHaskell2010

Development.Shake.Plus.Extended.FileRules

Description

License : MIT Stability : experimental

Synopsis

Documentation

(%^>) :: (Partial, MonadReader r m, MonadRules m) => Within Rel FilePattern -> (Within Rel (Path Rel File) -> RAction r ()) -> m () Source #

Within variant of `(%>)`, used to keep track of local directories.

(|%^>) :: (Partial, MonadReader r m, MonadRules m) => Within Rel [FilePattern] -> (Within Rel (Path Rel File) -> RAction r ()) -> m () Source #

Within variant of `(%>)`, used to keep track of local directories.