diff --git a/ruff.cabal b/ruff.cabal
--- a/ruff.cabal
+++ b/ruff.cabal
@@ -1,5 +1,5 @@
 Name:                ruff
-Version:             0.3
+Version:             0.3.2
 Synopsis:            relatively useful fractal functions
 Description:
     A library for analysis and exploration of fractals, providing
@@ -28,10 +28,10 @@
                       Fractal.RUFF.Types.Complex
                       Fractal.RUFF.Types.Tuple
   Build-depends:      base >= 3 && < 6,
-                      array >= 0.3 && < 0.4,
+                      array >= 0.3 && < 0.5,
                       mtl >= 2 && < 3,
                       parsec >= 3.1 && < 3.2,
-                      Vec >= 0.9 && < 1
+                      Vec >= 1 && < 2
   GHC-Options:        -Wall -O2
   GHC-Prof-Options:   -prof -auto-all -caf-all
 
@@ -42,4 +42,4 @@
 source-repository this
   type:     git
   location: git://gitorious.org/ruff/ruff.git
-  tag:      v0.3
+  tag:      v0.3.2
