progression 0.3 → 0.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~criterion
Dependency ranges changed: criterion
Files
- progression.cabal +2/−2
progression.cabal view
@@ -1,5 +1,5 @@ name: progression-version: 0.3+version: 0.4 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,7 +15,7 @@ author: Neil Brown maintainer: neil@twistedsquare.com build-depends: base >= 3 && < 5,- criterion >= 0.4 && < 0.5,+ criterion >= 0.4 && < 0.6, directory, txt-sushi >= 0.5 && < 0.6, containers,