diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -84,3 +84,6 @@
 
 0.2.3:
 		added functions to Numeric.Statistics
+
+0.2.4:
+		moved to github
diff --git a/hstatistics.cabal b/hstatistics.cabal
--- a/hstatistics.cabal
+++ b/hstatistics.cabal
@@ -1,5 +1,5 @@
 Name:               hstatistics
-Version:            0.2.3
+Version:            0.2.4
 License:            BSD3
 License-file:       LICENSE
 Copyright:          (c) A.V.H. McPhail 2010, 2011, 2012
@@ -12,7 +12,7 @@
      Purely functional interface for statistics based on hmatrix and hmatrix-gsl-stats
      .
      When hmatrix is installed with -fvector, the vector type is Data.Vector.Storable
-     from the vector package and compatible with the 'statistics' package 
+     from the vector package and compatible with the 'statistics' package. 
      <http://hackage.haskell.org/package/statistics> 
      .
      Feature requests, suggestions, and bug fixes welcome.
@@ -54,6 +54,6 @@
                               -fno-warn-unused-binds
 
 source-repository head
-    type:     darcs
-    location: http://code.haskell.org/hstatistics
+    type:     git
+    location: git@github.com:amcphail/hstatistics.git
 
diff --git a/lib/Numeric/Statistics.hs b/lib/Numeric/Statistics.hs
--- a/lib/Numeric/Statistics.hs
+++ b/lib/Numeric/Statistics.hs
@@ -31,8 +31,6 @@
 
 -----------------------------------------------------------------------------
 
---import Debug.Trace
-
 --import Numeric.Vector
 --import Numeric.Matrix
 --import Numeric.Container
