shake-ext 1.4.0.7 → 1.4.0.8
raw patch · 2 files changed
+5/−1 lines, 2 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Development.Shake.Check: hs2ats :: (MonadIO m) => m Bool
Files
- shake-ext.cabal +1/−1
- src/Development/Shake/Check.hs +4/−0
shake-ext.cabal view
@@ -1,5 +1,5 @@ name: shake-ext-version: 1.4.0.7+version: 1.4.0.8 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
@@ -5,6 +5,7 @@ , autoconf , patsFilter , valgrind+ , hs2ats ) where import Control.Monad.IO.Class@@ -25,3 +26,6 @@ valgrind :: (MonadIO m) => m Bool valgrind = checkExecutable "valgrind"++hs2ats :: (MonadIO m) => m Bool+hs2ats = checkExecutable "hs2ats"