packages feed

shakers 0.0.44 → 0.0.45

raw patch · 2 files changed

+1/−10 lines, 2 filesdep −deepseqdep −regex-compatPVP ok

version bump matches the API change (PVP)

Dependencies removed: deepseq, regex-compat

API changes (from Hackage documentation)

Files

shakers.cabal view
@@ -1,5 +1,5 @@ name:                  shakers-version:               0.0.44+version:               0.0.45 synopsis:              Shake helpers. description:           Primitive helpers for Shake files. homepage:              https://github.com/swift-nav/shakers@@ -19,10 +19,8 @@   ghc-options:         -Wall   build-depends:       base >= 4.8 && < 5                      , basic-prelude-                     , deepseq                      , directory                      , lifted-base-                     , regex-compat                      , shake  source-repository head
src/Development/Shakers.hs view
@@ -60,12 +60,10 @@ #if MIN_VERSION_basic_prelude(0,7,0) import Control.Exception.Lifted #endif-import Control.DeepSeq import Data.Char import Development.Shake          as Exports import Development.Shake.FilePath import System.Directory-import Text.Regex  -- | Join strings with ":" --@@ -241,11 +239,6 @@ -- m4 :: [String] -> Action String m4 = cmdArgs "m4"---- | tar command.----tar_ :: FilePath -> [String] -> Action ()-tar_ d = cmdArgsDir_ d "tar"  -- | AWS command. --