diff --git a/event-list.cabal b/event-list.cabal
--- a/event-list.cabal
+++ b/event-list.cabal
@@ -1,5 +1,5 @@
 Name:             event-list
-Version:          0.1.1.2
+Version:          0.1.1.3
 License:          GPL
 License-File:     LICENSE
 Author:           Henning Thielemann <haskell@henning-thielemann.de>
@@ -26,7 +26,7 @@
 Source-Repository this
   type:     darcs
   location: http://code.haskell.org/~thielema/event-list/
-  tag:      0.1.1.2
+  tag:      0.1.1.3
 
 Flag splitBase
   description: Choose the new smaller, split-up base package.
@@ -34,7 +34,7 @@
 Library
   Build-Depends:
     non-negative >=0.1 && <0.2,
-    transformers >=0.1 && <0.5,
+    transformers >=0.1 && <0.6,
     utility-ht >=0.0.10 && <0.1,
     QuickCheck >=2.1 && <3
   If flag(splitBase)
