diff --git a/progression.cabal b/progression.cabal
--- a/progression.cabal
+++ b/progression.cabal
@@ -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,
