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.Simple

Description

License : MIT Stability : experimental

Shortcuts to run shake-plus with a simple environment.

Synopsis

Documentation

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

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