git-gpush 3.1.0 → 3.1.0.1
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- Main.hs +2/−2
- git-gpush.cabal +1/−1
Main.hs view
@@ -69,7 +69,7 @@ <$> switch (short 'v' <> long "verbose" <> help "Display info") <*> switch (short 'n' <> long "dry-run" <> help "Dry run") <*> argument (Just . Just) (value Nothing)- <*> arguments Just hidden+ <*> many (argument Just hidden) volume :: Options -> Sh a -> Sh a volume opts = if verbose opts then verbosely else silently@@ -88,7 +88,7 @@ where opts = info (helper <*> options) (fullDesc <> progDesc desc <> header hdr)- hdr = "git-gpush 1.0.0 - push to GitHub with smarter behavior"+ hdr = "git-gpush 3.1.0.1 - push to GitHub with smarter behavior" desc = "\nDescription goes here." pushToGitHub :: Options -> IO ()
git-gpush.cabal view
@@ -1,5 +1,5 @@ Name: git-gpush-Version: 3.1.0+Version: 3.1.0.1 Synopsis: More intelligent push-to-GitHub utility. Description: More intelligent push-to-GitHub utility.