diff --git a/speculation.cabal b/speculation.cabal
--- a/speculation.cabal
+++ b/speculation.cabal
@@ -1,5 +1,5 @@
 name:           speculation
-version:        1.4.1.1
+version:        1.4.1.2
 license:        BSD3
 license-file:   LICENSE
 author:         Edward A. Kmett
@@ -49,7 +49,7 @@
  > foreground:                 [---- f a ----]
  > spark:         [---- f g ----######         (#'s mark when this spark is collectable)
  > overall:    [--------- spec g f a --------]
- . 
+ .
  Under high load:
  .
  > foreground: [----- a -----]
@@ -87,7 +87,7 @@
     ghc-prim,
     tag-bits     >= 0.1 && < 0.2,
     transformers >= 0.2.2.0 && < 0.4,
-    stm          >= 2.1 && < 2.4
+    stm          >= 2.1 && < 2.5
 
   exposed-modules:
     Control.Concurrent.Speculation
