diff --git a/llvm-extra.cabal b/llvm-extra.cabal
--- a/llvm-extra.cabal
+++ b/llvm-extra.cabal
@@ -1,5 +1,5 @@
 Name:           llvm-extra
-Version:        0.6
+Version:        0.6.0.1
 License:        BSD3
 License-File:   LICENSE
 Author:         Henning Thielemann <haskell@henning-thielemann.de>
@@ -72,7 +72,7 @@
   default:     True
 
 Source-Repository this
-  Tag:         0.6
+  Tag:         0.6.0.1
   Type:        darcs
   Location:    http://code.haskell.org/~thielema/llvm-extra/
 
@@ -86,9 +86,9 @@
     -- because we import implicitly and unqualified
     llvm-tf >=3.0.3 && <3.0.4,
     tfp >=1.0 && <1.1,
-    non-empty >=0.2.1 && <0.3,
+    non-empty >=0.2.1 && <0.4,
     containers >=0.1 && <0.6,
-    transformers >=0.1.1 && <0.5,
+    transformers >=0.1.1 && <0.6,
     utility-ht >=0.0.1 && <0.1
 
   Build-Depends:
