diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-02-21  John D. Ramsdell  <ramsdell@mitre.org>
+
+	* cmu.cabal (Location): Added repository location.
+
+	* cmu.cabal (Version): Released as version 1.9.
+
 2012-05-12  John D. Ramsdell  <ramsdell@mitre.org>
 
 	* cmu.cabal (Version): Released as version 1.8.
diff --git a/cmu.cabal b/cmu.cabal
--- a/cmu.cabal
+++ b/cmu.cabal
@@ -1,7 +1,7 @@
 Name:			cmu
-Version:		1.8
+Version:		1.9
 Maintainer:		ramsdell@mitre.org
-Cabal-Version:		>= 1.2
+Cabal-Version:		>= 1.6
 License:		GPL
 License-File:		license.txt
 Synopsis:		Unification in a Commutative Monoid
@@ -32,3 +32,7 @@
   Hs-Source-Dirs:	src
   GHC-Options:
     -Wall -fno-warn-name-shadowing -fwarn-unused-imports
+
+Source-Repository head
+  Type:			git
+  Location:		git://github.com/ramsdell/cmu.git
