diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -64,3 +64,6 @@
 0.1.3.2:
 		fixed warning about CInt constructor not being exposed
 		use System.IO.Unsafe.unsafePerformIO not from Foreign
+
+0.1.3.3:
+		removed reference to '-fvector' from the .cabal file
diff --git a/hmatrix-gsl-stats.cabal b/hmatrix-gsl-stats.cabal
--- a/hmatrix-gsl-stats.cabal
+++ b/hmatrix-gsl-stats.cabal
@@ -1,5 +1,5 @@
 Name:               hmatrix-gsl-stats
-Version:            0.1.3.2
+Version:            0.1.3.3
 License:            GPL
 License-file:       LICENSE
 Copyright:          (c) A.V.H. McPhail 2010, 2011
@@ -15,8 +15,7 @@
      .
      Documentation can be found at <http://www.gnu.org/software/gsl/manual/>
      .
-     When hmatrix is installed with -fvector, the vector type is Data.Vector.Storable
-     from the vector package.
+     The vector type is Data.Vector.Storable from the 'vector' package.
 Category:           Math, Statistics, FFI
 tested-with:        GHC ==7.4.1
 
