diff --git a/threads-supervisor.cabal b/threads-supervisor.cabal
--- a/threads-supervisor.cabal
+++ b/threads-supervisor.cabal
@@ -1,5 +1,5 @@
 name:                threads-supervisor
-version:             1.2.0.1
+version:             1.2.0.2
 synopsis:            Simple, IO-based library for Erlang-style thread supervision
 description:         Simple, IO-based library for Erlang-style thread supervision
 license:             MIT
@@ -29,7 +29,7 @@
     clock                >= 0.6,
     unordered-containers >= 0.2.0.0 && < 0.5.0.0,
     retry                >= 0.7 && < 0.10,
-    transformers         >= 0.4 && < 0.6,
+    transformers         >= 0.4 && < 0.7,
     stm                  >= 2.5,
     time                 >= 1.2
   hs-source-dirs: src
