diff --git a/repa-io.cabal b/repa-io.cabal
--- a/repa-io.cabal
+++ b/repa-io.cabal
@@ -1,5 +1,5 @@
 Name:                repa-io
-Version:             3.2.2.201204.1
+Version:             3.2.3.1
 License:             BSD3
 License-file:        LICENSE
 Author:              The DPH Team
@@ -11,9 +11,6 @@
 Homepage:            http://repa.ouroborus.net
 Bug-reports:         repa@ouroborus.net
 Description:
-        Legacy version for Haskell Platform 2012.04. You will get better
-        performance if you upgrade to the most recent version of GHC.
-
         Read and write Repa arrays in various formats.
 
 Synopsis:
@@ -21,12 +18,12 @@
 
 Library
   Build-Depends: 
-        base                 == 4.5.*,
+        base                 == 4.6.*,
         old-time             == 1.1.*,
-        repa                 == 3.2.2.201204.*,
-        bytestring           == 0.10.*,
+        repa                 == 3.2.*,
         vector               == 0.10.*,
-        binary               == 0.5.1.*,
+        bytestring           == 0.10.*,
+        binary               == 0.5.*,
         bmp                  >= 1.2.3.2 && < 1.2.4
 
   ghc-options:
