diff --git a/non-empty.cabal b/non-empty.cabal
--- a/non-empty.cabal
+++ b/non-empty.cabal
@@ -1,5 +1,5 @@
 Name:             non-empty
-Version:          0.3
+Version:          0.3.0.1
 License:          BSD3
 License-File:     LICENSE
 Author:           Henning Thielemann <haskell@henning-thielemann.de>
@@ -66,7 +66,7 @@
 Build-Type:       Simple
 
 Source-Repository this
-  Tag:         0.3
+  Tag:         0.3.0.1
   Type:        darcs
   Location:    http://hub.darcs.net/thielema/non-empty/
 
@@ -76,9 +76,9 @@
 
 Library
   Build-Depends:
-    containers >=0.4 && <0.6,
+    containers >=0.4 && <0.7,
     deepseq >=1.3 && <1.5,
-    utility-ht >=0.0.1 && <0.1,
+    utility-ht >=0.0.8 && <0.1,
     QuickCheck >=2.1 && <3,
     base >=4 && <5
 
