bench 1.0.7 → 1.0.8
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~criteriondep ~turtle
Dependency ranges changed: criterion, turtle
Files
- README.md +1/−1
- bench.cabal +3/−3
README.md view
@@ -1,4 +1,4 @@-# Bench v1.0.7+# Bench v1.0.8 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.7+version: 1.0.8 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@@ -26,11 +26,11 @@ main-is: Main.hs default-language: Haskell2010 build-depends: base >= 4.5 && < 5- , criterion >= 1.1.1.0 && < 1.3+ , criterion >= 1.1.1.0 && < 1.4 , optparse-applicative >= 0.2.0 && < 0.15 , process >= 1.3 && < 1.7 , silently >= 1.1.1 && < 1.3 , text < 1.3- , turtle >= 1.2.5 && < 1.5+ , turtle >= 1.2.5 && < 1.6 ghc-options: -Wall -O2 -threaded other-modules: Paths_bench