diff --git a/break.cabal b/break.cabal
--- a/break.cabal
+++ b/break.cabal
@@ -1,5 +1,5 @@
 Name: break
-Version: 1.0.1
+Version: 1.0.2
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3
@@ -23,7 +23,7 @@
     Build-Depends:
         base         >= 4.5     && < 5  ,
         mtl                             ,
-        transformers >= 0.4.0.0 && < 0.5
+        transformers >= 0.4.0.0 && < 0.6
     Exposed-Modules: Control.Break
     GHC-Options: -O2 -Wall
     Default-Language: Haskell2010
