shakers 0.0.47 → 0.0.48
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- shakers.cabal +1/−1
- src/Development/Shakers.hs +1/−1
shakers.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.22 name: shakers-version: 0.0.47+version: 0.0.48 license: MIT license-file: LICENSE copyright: Copyright (C) 2016 Swift Navigation, Inc.
src/Development/Shakers.hs view
@@ -218,7 +218,7 @@ -- | replace inline command. -- replace :: FilePath -> FilePath -> String -> String -> Action ()-replace d f a b = sed_ d [ "-i", ".bak", "s" </> a </> b </> "g", f ]+replace d f a b = sed_ d [ "-i.bak", "s" </> a </> b </> "g", f ] -- | Git command in a directory. --