packages feed

bench 1.0.2 → 1.0.3

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~turtle

Dependency ranges changed: turtle

Files

README.md view
@@ -1,4 +1,4 @@-# Bench v1.0.2+# Bench v1.0.3  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.2+version:             1.0.3 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@@ -13,7 +13,7 @@ copyright:           2016 Gabriel Gonzalez category:            System build-type:          Simple-tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2+tested-with:         GHC == 7.8.4, GHC == 7.10.2 cabal-version:       >=1.10 extra-source-files:     README.md@@ -30,5 +30,5 @@                      , optparse-applicative >= 0.2.0   && < 0.14                      , silently             >= 1.1.1   && < 1.3                      , text                               < 1.3-                     , turtle               >= 1.2.5   && < 1.3+                     , turtle               >= 1.2.5   && < 1.4   ghc-options:         -Wall -O2 -threaded