shake-ext-2.11.0.0: Helper functions for linting with shake
Safe HaskellNone
LanguageHaskell2010

Development.Shake.Check

Description

Functions in this module check for the presence of various build tools.

Synopsis

Documentation

checkExecutable :: MonadIO m => String -> m Bool Source #

Check for the presence of some executable.

Helper functions for specific programs

patsFilter :: MBool Source #

Check for presence of pats-filter.

Types

type MBool = forall m. MonadIO m => m Bool Source #