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

Safe HaskellNone
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

Types

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