mega-sdist 0.2.0.9 → 0.2.10
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- mega-sdist.cabal +1/−1
- mega-sdist.hs +1/−1
mega-sdist.cabal view
@@ -1,5 +1,5 @@ Name: mega-sdist-Version: 0.2.0.9+Version: 0.2.10 Synopsis: Handles uploading to Hackage from mega repos Description: See README.md Homepage: https://github.com/snoyberg/mega-sdist
mega-sdist.hs view
@@ -105,7 +105,7 @@ x <- T.stripSuffix "-" x' return $ T.concat [x, "/", y] forM_ tags $ \tag -> putStrLn $ "git tag " ++ T.unpack tag- shelly $ forM_ tags $ \tag -> run_ "git" ["tag", TL.fromStrict tag]+ shelly $ forM_ tags $ \tag -> run_ "git" ["tag", tag] Just s -> do putStrLn "\nThe following packages require a version bump:" mapM_ say $ Set.toList s