diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -115,3 +115,6 @@
 0.2.4.2:
 		removed Warning about Foreign CInt
 		switch to System.IO.Unsafe.unsafePerformIO
+
+0.2.4.3:
+		removed reference to '-fvector' in .cabal
diff --git a/hsignal.cabal b/hsignal.cabal
--- a/hsignal.cabal
+++ b/hsignal.cabal
@@ -1,5 +1,5 @@
 Name:               hsignal
-Version:            0.2.4.2
+Version:            0.2.4.3
 License:            BSD3
 License-file:       LICENSE
 Copyright:          (c) A.V.H. McPhail 2010, 2011
@@ -13,8 +13,7 @@
      .                       
      Provides data types for manipulating EEG data, including reading from BDF data format files
      .
-     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.
      .
      Feature requests, suggestions, and bug fixes welcome.
 Category:           Math
