uniform-shake-0.1.5.1: uniform wrapper for shake
Safe HaskellSafe-Inferred
LanguageHaskell2010

Uniform.Shake.Path

Documentation

needP :: [Path r File] -> Action () Source #

wantP :: [Path r File] -> Rules () Source #

($%>) :: Path r File -> Action () -> Rules () Source #

($&%>) :: [Path r File] -> Action () -> Rules () Source #