shake-ext-3.1.1.0: 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

automake :: MonadIO m => m Bool Source #

Since: 3.1.1.0

cmake :: MonadIO m => m Bool Source #

Since: 3.1.1.0

libtool :: MonadIO m => m Bool Source #

Since: 3.1.1.0

m4 :: MonadIO m => m Bool Source #

Since: 3.1.1.0

patsFilter :: MonadIO m => m Bool Source #

Check for presence of pats-filter.

ghc :: MonadIO m => m Bool Source #