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

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

Development.Shake.Plus.Extended.Simple

Description

License : MIT Stability : experimental

Shortcuts to run shake-plus with a simple environment.

Synopsis

Documentation

runLoggedShakePlus :: MonadIO m => ShakeOptions -> ShakePlus LogFunc a -> m () Source #

Run a ShakePlus with just a LogFunc in the environment that logs to stderr.

runLoggedShakeForward :: MonadIO m => ShakeOptions -> RAction LogFunc () -> m () Source #

Run an RAction in forward mode.