bench 1.0.11 → 1.0.12
raw patch · 3 files changed
+3/−4 lines, 3 filesdep ~criteriondep ~optparse-applicativedep ~text
Dependency ranges changed: criterion, optparse-applicative, text, turtle
Files
- README.md +1/−1
- bench.cabal +1/−1
- src/Main.hs +1/−2
README.md view
@@ -1,4 +1,4 @@-# Bench v1.0.11+# Bench v1.0.12 This project provides the `bench` command-line tool, which is a more powerful alternative to the `time` command. Use `bench` to benchmark a command using
bench.cabal view
@@ -1,5 +1,5 @@ name: bench-version: 1.0.11+version: 1.0.12 synopsis: Command-line benchmark tool description: Think of this as a more powerful alternative to the @time@ command. Use this command-line tool to benchmark a command
src/Main.hs view
@@ -49,8 +49,7 @@ Version <$ Options.Applicative.flag' ()- ( Options.Applicative.short 'v'- <> Options.Applicative.long "version"+ ( Options.Applicative.long "version" <> Options.Applicative.help "Version number" ) <|> Options