shake-ext 2.4.0.0 → 2.4.0.1
raw patch · 3 files changed
+4/−5 lines, 3 filesdep −composition-preludePVP ok
version bump matches the API change (PVP)
Dependencies removed: composition-prelude
API changes (from Hackage documentation)
Files
- shake-ext.cabal +1/−2
- src/Development/Shake/FileDetect.hs +2/−2
- src/Development/Shake/Linters.hs +1/−1
shake-ext.cabal view
@@ -1,5 +1,5 @@ name: shake-ext-version: 2.4.0.0+version: 2.4.0.1 synopsis: Helper functions for linting with shake description: This package provides several linters out of the box, for use with [shake](http://shakebuild.com/). homepage: https://hub.darcs.net/vmchale/shake-ext@@ -33,7 +33,6 @@ build-depends: base >= 4.10 && < 5 , shake , mtl- , composition-prelude , directory , text , Cabal >= 2.0
src/Development/Shake/FileDetect.hs view
@@ -12,8 +12,8 @@ , getDhall ) where -import Control.Composition-import Data.Semigroup ((<>))+import Control.Monad+import Data.Semigroup ((<>)) import Development.Shake getDhall :: Action [FilePath]
src/Development/Shake/Linters.hs view
@@ -13,7 +13,7 @@ , module Development.Shake.FileDetect ) where -import Control.Composition+import Control.Monad import Data.Char (isSpace) import Development.Shake import Development.Shake.FileDetect