packages feed

shake-ext 2.1.0.1 → 2.1.0.2

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

shake-ext.cabal view
@@ -1,5 +1,5 @@ name:                shake-ext-version:             2.1.0.1+version:             2.1.0.2 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
src/Development/Shake/Clean.hs view
@@ -13,4 +13,4 @@     mapM_ (\p -> removeFilesAfter p ["//*"])         [ "dist", "dist-newstyle", ".stack-work", ".cabal-sandbox", "ats-deps" ] >>     removeFilesAfter "."-        ["//*.o", "//*_stub.h", "//*.hi", "//*.dyn_o", "//*.p_o", "//*.dyn_hi", "//*.p_hi", "//*.hc", "cabal.sandbox.config"]+        ["//*.o", "//*.ghc.*", "//*_stub.h", "//*.hi", "//*.dyn_o", "//*.p_o", "//*.dyn_hi", "//*.p_hi", "//*.hc", "cabal.sandbox.config"]