diff --git a/monoids.cabal b/monoids.cabal
--- a/monoids.cabal
+++ b/monoids.cabal
@@ -1,5 +1,5 @@
 name:		    monoids
-version:	    0.2.0.2
+version:	    0.2.0.3
 license:	    BSD3
 license-file:   LICENSE
 author:		    Edward A. Kmett
@@ -20,12 +20,12 @@
 library
   build-depends: 
     base >= 4 && < 5,
-    array >= 0.2 && < 0.3,
-    containers >= 0.2 && < 0.3,
+    array >= 0.2 && < 0.4,
+    containers >= 0.2 && < 0.5,
     bytestring >= 0.9 && < 1.0,
     fingertree >= 0.0.1 && < 0.2,
-    text >= 0.1 && < 0.5,
-    parallel >= 1.1 && < 1.2
+    text >= 0.1 && < 0.12,
+    parallel >= 1.1 && < 3.2
 
   exposed-modules:
     Data.Generator
