diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -43,3 +43,5 @@
 0.1.2.6:
 		hmatrix-0.10.0.0 release
 
+0.1.2.7:
+		changed import from Numeric.Container to Numeric.LinearAlgebra in Histogram.hs (strange)
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.6
+Version:            0.1.2.7
 License:            GPL
 License-file:       LICENSE
 Copyright:          (c) A.V.H. McPhail 2010
@@ -20,7 +20,7 @@
 Category:           Math, Statistics, FFI
 tested-with:        GHC ==6.12.1
 
-cabal-version:      >=1.2
+cabal-version:      >=1.6
 
 build-type:         Custom
 
@@ -84,7 +84,7 @@
     extra-libraries:
     extra-lib-dirs:
 
-    source-repository head
-        type:     darcs
-        location: darcs get http://code.haskell.org/hmatrix-gsl-stats
+source-repository head
+    type:     darcs
+    location: 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.Container hiding (multiply,add,divide,scale)
+import Numeric.LinearAlgebra hiding (multiply,add,divide,scale)
+--import Numeric.Container 
 
 --import Control.Monad
 import Data.Binary
