shake-ext-3.1.0.2: Helper functions for linting with shake

Safe HaskellSafe
LanguageHaskell2010

Development.Shake.Check

Contents

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 :: MonadIO m => m Bool Source #

Check for presence of pats-filter.

ghc :: MonadIO m => m Bool Source #