diff --git a/Test/Maybench.hs b/Test/Maybench.hs
--- a/Test/Maybench.hs
+++ b/Test/Maybench.hs
@@ -47,7 +47,7 @@
   stats <- benchmark n (system setup)
                        (const $ system cleanup)
                        (const $ system cmd)
-  return $ mean stats
+  return $ mean $ snd stats
 
 
 showTimeDiff :: (String, TimeDiff) -> String
diff --git a/maybench.cabal b/maybench.cabal
--- a/maybench.cabal
+++ b/maybench.cabal
@@ -1,5 +1,5 @@
 Name:                maybench
-Version:             0.2
+Version:             0.2.1
 License:             BSD3
 License-file:        LICENSE
 Author:              Maybench developers
@@ -27,7 +27,7 @@
 Flag splitBase
     Description: Choose the new smaller, split-up base package.
 Library
-    build-depends: benchpress >= 0.2.1 && < 0.3
+    build-depends: benchpress >= 0.2.2 && < 0.2.3
     if flag(splitBase)
         build-depends: base >= 3, process, old-time
     else
@@ -39,7 +39,7 @@
 
 Executable maybench
  Hs-Source-Dirs: ., wrapper
- build-depends: benchpress >= 0.2.1 && < 0.3
+ build-depends: benchpress >= 0.2.2 && < 0.2.3
  if flag(splitBase)
         build-depends: base >= 3,
                        process
@@ -50,7 +50,7 @@
 
 Executable darcs-benchmark
  Hs-Source-Dirs: ., darcs-benchmark
- build-depends: benchpress >= 0.2.1 && < 0.3
+ build-depends: benchpress >= 0.2.2 && < 0.2.3
  if flag(splitBase)
         build-depends: base >= 3,
                        process, unix, directory, time, mtl, filepath
