shakers 0.0.41 → 0.0.42
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,5 +1,5 @@ name: shakers-version: 0.0.41+version: 0.0.42 synopsis: Shake helpers. description: Primitive helpers for Shake files. homepage: https://github.com/swift-nav/shakers
src/Development/Shakers.hs view
@@ -346,7 +346,7 @@ alwaysRerun let f k v = "-D" <> k <=> v macros' <- macros- content <- m4 $ file : (uncurry f <$> macros')+ content <- m4 $ (uncurry f <$> macros') <> [file] writeFileChanged out content -- | Build a hash version from a directory and file pattern.