criterion-plus 0.1.0 → 0.1.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~HTFdep ~optparse-applicativePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HTF, optparse-applicative
API changes (from Hackage documentation)
Files
- criterion-plus.cabal +4/−4
criterion-plus.cabal view
@@ -1,7 +1,7 @@ name: criterion-plus version:- 0.1.0+ 0.1.1 synopsis: Enhancement of the "criterion" benchmarking library description:@@ -58,7 +58,7 @@ CriterionPlus build-depends: -- options:- optparse-applicative == 0.8.*,+ optparse-applicative >= 0.8 && < 0.10, -- criterion: criterion == 0.8.*, statistics == 0.10.*,@@ -135,9 +135,9 @@ -- testing: QuickCheck, HUnit,- HTF == 0.11.*,+ HTF == 0.12.*, -- options:- optparse-applicative == 0.8.*,+ optparse-applicative >= 0.8 && < 0.10, -- criterion: criterion == 0.8.*, statistics == 0.10.*,