progression 0.5.0.1 → 0.5.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~criteriondep ~txt-sushiPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: criterion, txt-sushi
API changes (from Hackage documentation)
Files
- progression.cabal +3/−3
progression.cabal view
@@ -1,5 +1,5 @@ name: progression-version: 0.5.0.1+version: 0.5.0.2 synopsis: Automates the recording and graphing of criterion benchmarks description: Progression is a library that builds on the criterion benchmarking library. It stores the results of running@@ -15,9 +15,9 @@ author: Neil Brown maintainer: neil@twistedsquare.com build-depends: base >= 3 && < 5,- criterion >= 0.4 && < 0.7,+ criterion >= 0.4 && < 0.9, directory >= 1.0 && < 1.3,- txt-sushi >= 0.5 && < 0.6,+ txt-sushi >= 0.5 && < 0.7, containers, process >= 1.0 && < 1.2, filepath >= 1.1 && < 1.4,