diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -107,3 +107,9 @@
 0.4.1.4:
 		set upper bound for hmatrix so it complies 
 		    (changes in hmatrix 0.18)
+
+0.4.1.5:
+		update for hmatrix 0.18
+
+0.4.1.6:
+		uncommented statistics functions (woops!)
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.4.1.5
+Version:            0.4.1.6
 License:            BSD3
 License-file:       LICENSE
 Copyright:          (c) A.V.H. McPhail 2010, 2011, 2013, 2015, 2016
diff --git a/lib/Numeric/GSL/Statistics.hs b/lib/Numeric/GSL/Statistics.hs
--- a/lib/Numeric/GSL/Statistics.hs
+++ b/lib/Numeric/GSL/Statistics.hs
@@ -16,7 +16,7 @@
 -----------------------------------------------------------------------------
 
 module Numeric.GSL.Statistics (
-{-                               mean
+                               mean
                               , variance,variance_m,variance_pm
                               , stddev,stddev_m,stddev_pm
                               , tot_sumsq,tot_sumsq_m
@@ -37,7 +37,7 @@
                               , correlation
                               --
                               , median, quantile
--}                ) where
+                ) where
 
 -----------------------------------------------------------------------------
 
