diff --git a/soxlib.cabal b/soxlib.cabal
--- a/soxlib.cabal
+++ b/soxlib.cabal
@@ -1,5 +1,5 @@
 Name:             soxlib
-Version:          0.0.1
+Version:          0.0.1.1
 License:          BSD3
 License-File:     LICENSE
 Author:           Henning Thielemann <haskell@henning-thielemann.de>
@@ -22,7 +22,7 @@
   src/Sound/SoxLib/Template.h
 
 Source-Repository this
-  Tag:         0.0.1
+  Tag:         0.0.1.1
   Type:        darcs
   Location:    http://code.haskell.org/~thielema/soxlib/
 
@@ -37,7 +37,7 @@
     explicit-exception >=0.1.3 && < 0.2,
     -- that's the way to get compatibility between GHC 6.10 and 6.12
     extensible-exceptions >=0.1.1 && <0.2,
-    transformers >=0.2 && <0.4,
+    transformers >=0.2 && <0.5,
     containers >=0.1 && <0.6,
     utility-ht >=0.0.5 && <0.1,
     base >=4 && <5
