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

Safe HaskellNone
LanguageHaskell2010

Development.Shake.FileDetect

Description

The functions in this module get all files in the current directory with some extension.

Synopsis

Documentation

getAts :: Action [FilePath] Source #

Get files ending in .sats or .dats.

getHs :: [FilePath] -> Action [FilePath] Source #

Get all haskell source files, including module signatures.

getMadlang :: Action [FilePath] Source #

Get all files ending with .mad.