diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -38,4 +38,8 @@
 		fixed imports to reflect changes in hmatrix
 
 0.1.2.5:
-		
+		fixed imports to reflect changes in hmatrix
+
+0.1.2.6:
+		hmatrix-0.10.0.0 release
+
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.2.5
+Version:            0.1.2.6
 License:            GPL
 License-file:       LICENSE
 Copyright:          (c) A.V.H. McPhail 2010
@@ -35,7 +35,7 @@
 
     Build-Depends:      base >= 3 && < 5, binary,
                         storable-complex,
-                        hmatrix >= 0.10.0
+                        hmatrix >= 0.10.0.0
 			
     Extensions:         ForeignFunctionInterface
 
diff --git a/lib/Numeric/GSL/Histogram.hs b/lib/Numeric/GSL/Histogram.hs
--- a/lib/Numeric/GSL/Histogram.hs
+++ b/lib/Numeric/GSL/Histogram.hs
@@ -52,7 +52,7 @@
 
 --import Numeric.LinearAlgebra.Algorithms hiding (multiply)
 --import Numeric.LinearAlgebra.Linear hiding (multiply,add,divide,scale)
-import Numeric.Vector hiding (multiply,add,divide,scale)
+import Numeric.Container hiding (multiply,add,divide,scale)
 
 --import Control.Monad
 import Data.Binary
diff --git a/lib/Numeric/GSL/Histogram2D.hs b/lib/Numeric/GSL/Histogram2D.hs
--- a/lib/Numeric/GSL/Histogram2D.hs
+++ b/lib/Numeric/GSL/Histogram2D.hs
@@ -54,8 +54,8 @@
 
 --import Numeric.LinearAlgebra.Algorithms hiding (multiply)
 --import Numeric.LinearAlgebra.Linear hiding (multiply,add,divide,scale)
---import Numeric.LinearAlgebra.Interface()
-import Numeric.Vector hiding (multiply,add,divide,scale)
+import Numeric.LinearAlgebra hiding (multiply,add,divide,scale)
+--import Numeric.Container 
 
 --import Control.Monad
 --import Control.Monad(when)
