packages feed

shakers 0.0.28 → 0.0.29

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

shakers.cabal view
@@ -1,5 +1,5 @@ name: shakers-version: 0.0.28+version: 0.0.29 cabal-version: >=1.22 build-type: Simple license: MIT
src/Development/Shakers.hs view
@@ -513,7 +513,7 @@   --   preprocess file (file <.> "m4") $ do     need [ metaFile "cabalVersion" ]-    version <- gitVersion dir+    version <- dropWhile (not . isDigit) <$> gitVersion dir     return [ ("VERSION", version) ]    -- | publish