diff --git a/apportionment.cabal b/apportionment.cabal
--- a/apportionment.cabal
+++ b/apportionment.cabal
@@ -1,5 +1,5 @@
 Name:                apportionment
-Version:             0.0.0.1
+Version:             0.0.0.2
 Synopsis:            Round a set of numbers while maintaining its sum
 Description:
   Round a set of numbers while maintaining its sum.
@@ -16,7 +16,7 @@
 Cabal-Version:       >=1.10
 
 Source-Repository this
-  Tag:         0.0.0.1
+  Tag:         0.0.0.2
   Type:        darcs
   Location:    http://hub.darcs.net/thielema/apportionment
 
@@ -27,9 +27,9 @@
 Library
   Exposed-Modules:     Math.Apportionment
   Build-Depends:
-    containers >=0.4.2 && <0.5,
-    utility-ht >=0.0 && <0.1,
-    base >=4.5 && <4.6
+    utility-ht >=0.0.11 && <0.1,
+    containers >=0.4.2 && <0.6,
+    base >=4.5 && <5
   Hs-Source-Dirs:      src
   Default-Language:    Haskell2010
   GHC-Options:         -Wall
