diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -36,3 +36,6 @@
 
 0.1.2.4:
 		fixed imports to reflect changes in hmatrix
+
+0.1.2.5:
+		
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.4
+Version:            0.1.2.5
 License:            GPL
 License-file:       LICENSE
 Copyright:          (c) A.V.H. McPhail 2010
@@ -86,5 +86,5 @@
 
     source-repository head
         type:     darcs
-        location: http://code.haskell.org/hmatrix-gsl-stats
+        location: darcs get http://code.haskell.org/hmatrix-gsl-stats
 
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
@@ -51,8 +51,8 @@
 import Data.Packed.Development
 
 --import Numeric.LinearAlgebra.Algorithms hiding (multiply)
-import Numeric.LinearAlgebra.Linear hiding (multiply,add,divide,scale)
-import Numeric.LinearAlgebra.Interface()
+--import Numeric.LinearAlgebra.Linear hiding (multiply,add,divide,scale)
+import Numeric.Vector 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
@@ -50,10 +50,12 @@
 import Data.Packed.Vector
 import Data.Packed.Matrix
 import Data.Packed.Development
+import Data.Packed()
 
 --import Numeric.LinearAlgebra.Algorithms hiding (multiply)
-import Numeric.LinearAlgebra.Linear hiding (multiply,add,divide,scale)
-import Numeric.LinearAlgebra.Interface()
+--import Numeric.LinearAlgebra.Linear hiding (multiply,add,divide,scale)
+--import Numeric.LinearAlgebra.Interface()
+import Numeric.Vector hiding (multiply,add,divide,scale)
 
 --import Control.Monad
 --import Control.Monad(when)
