shake-ext 0.4.0.1 → 0.4.0.2
raw patch · 2 files changed
+5/−2 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Development.Shake.Linters: checkDhall :: FilePath -> Action ()
+ Development.Shake.Linters: dhall :: Action ()
Files
- shake-ext.cabal +1/−1
- src/Development/Shake/Linters.hs +4/−1
shake-ext.cabal view
@@ -1,5 +1,5 @@ name: shake-ext-version: 0.4.0.1+version: 0.4.0.2 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/Linters.hs view
@@ -7,7 +7,7 @@ , ghc , atsfmt , stylishHaskell- , checkDhall+ , dhall , module Development.Shake.FileDetect ) where @@ -15,6 +15,9 @@ import Data.Char (isSpace) import Development.Shake import Development.Shake.FileDetect++dhall :: Action ()+dhall = mapM_ checkDhall =<< getDhall checkDhall :: FilePath -> Action () checkDhall dh = do