diff --git a/som.cabal b/som.cabal
--- a/som.cabal
+++ b/som.cabal
@@ -1,5 +1,5 @@
 name:           som
-version:        7.2.2
+version:        7.2.3
 synopsis:       Self-Organising Maps
 description:    A Kohonen Self-organising Map (SOM) maps input patterns 
                 onto a regular grid (usually two-dimensional) where each
@@ -18,18 +18,30 @@
 
 cabal-version:  >=1.8
 build-type:     Simple
-author:         Amy de Buitléir
-copyright:      (c) Amy de Buitléir 2010-2012
+author:         Amy de Buitl&#233;ir
+copyright:      (c) Amy de Buitl&#233;ir 2010-2012
+homepage:       https://github.com/mhwombat/som
+bug-reports:    https://github.com/mhwombat/som/issues
 license:        BSD3
 stability:      experimental
 maintainer:     amy@nualeargais.ie
 license-file:   LICENSE
 
+source-repository head
+  type:     git
+  location: https://github.com/mhwombat/som.git
+
+source-repository this
+  type:     git
+  location: https://github.com/mhwombat/som.git
+  tag:      7.2.3
+
+
 library
   hs-source-dirs:  src
   build-depends:   base ==4.*,
                    grid ==7.*,
-                   MonadRandom ==0.1.*
+                   MonadRandom ==0.3.*
   ghc-options:     -Wall
   exposed-modules: Data.Datamining.Clustering.SOM,
                    Data.Datamining.Clustering.SOMInternal,
@@ -42,12 +54,12 @@
   type:            exitcode-stdio-1.0
   build-depends:   base ==4.*,
                    test-framework-quickcheck2 == 0.3.*,
-                   QuickCheck ==2.6.*,
+                   QuickCheck ==2.7.*,
                    test-framework ==0.8.*,
                    som,
                    grid ==7.*,
-                   MonadRandom ==0.1.*,
-                   random ==1.0.*
+                   MonadRandom ==0.3.*,
+                   random ==1.1.*
   hs-source-dirs:  test
   ghc-options:     -Wall
   main-is:         Main.hs
