diff --git a/benchpress.cabal b/benchpress.cabal
--- a/benchpress.cabal
+++ b/benchpress.cabal
@@ -1,5 +1,5 @@
 name:           benchpress
-version:        0.2.2.24
+version:        0.2.2.25
 synopsis:       Micro-benchmarking with detailed statistics.
 Description:    Benchmarks actions and produces statistics
                 such as min, mean, median, standard deviation,
@@ -20,7 +20,7 @@
 
   other-modules:  Math.Statistics
 
-  build-depends:  base >= 2.0 && < 4.21,
+  build-depends:  base >= 2.0 && < 4.22,
                   mtl >= 1 && < 2.4,
                   time >= 1 && < 1.15
 
@@ -37,7 +37,7 @@
 
   hs-source-dirs:  example, .
 
-  build-depends:  base >= 2.0 && < 4.21,
+  build-depends:  base >= 2.0 && < 4.22,
                   bytestring >= 0.12 && < 0.13,
                   time >= 1 && < 1.15
 
