shake-ext 1.4.0.8 → 1.4.0.9
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: ghc :: (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.8+version: 1.4.0.9 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
@@ -6,6 +6,7 @@ , patsFilter , valgrind , hs2ats+ , ghc ) where import Control.Monad.IO.Class@@ -29,3 +30,6 @@ hs2ats :: (MonadIO m) => m Bool hs2ats = checkExecutable "hs2ats"++ghc :: (MonadIO m) => m Bool+ghc = checkExecutable "ghc"