shake-ext 1.4.0.5 → 1.4.0.6
raw patch · 2 files changed
+4/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- shake-ext.cabal +1/−1
- src/Development/Shake/Check.hs +3/−0
shake-ext.cabal view
@@ -1,5 +1,5 @@ name: shake-ext-version: 1.4.0.5+version: 1.4.0.6 synopsis: Helper functions for linting with shake description: This package provides several linters out of the box, as well as functionality for building ATS source files with [shake](http://shakebuild.com/). homepage: https://hub.darcs.net/vmchale/shake-ext
src/Development/Shake/Check.hs view
@@ -21,3 +21,6 @@ patsFilter :: (MonadIO m) => m Bool patsFilter = checkExecutable "pats-filter"++valgrind :: (MonadIO m) => m Bool+valgrind = checkExecutable "valgrind"