diff --git a/repa.cabal b/repa.cabal
--- a/repa.cabal
+++ b/repa.cabal
@@ -1,5 +1,5 @@
 Name:                repa
-Version:             3.2.2.2
+Version:             3.2.2.3
 License:             BSD3
 License-file:        LICENSE
 Author:              The DPH Team
@@ -19,13 +19,11 @@
 Synopsis:
         High performance, regular, shape polymorphic parallel arrays.
 
-Tested-with: GHC == 7.0.1
-
 Library
   Build-Depends: 
         base                 == 4.6.*,
         ghc-prim             == 0.3.*,
-        vector               == 0.9.*,
+        vector               == 0.10.*,
         bytestring           == 0.10.*,
         template-haskell     == 2.8.*,
         QuickCheck           >= 2.3 && < 2.6
