diff --git a/kmeans.cabal b/kmeans.cabal
--- a/kmeans.cabal
+++ b/kmeans.cabal
@@ -1,5 +1,5 @@
 Name:               kmeans
-Version:            0.1.2
+Version:            0.1.3
 Description:        A simple library for k-means clustering
 Category:           algorithms, clustering, data mining
 Synopsis:           K-means clustering algorithm
@@ -7,12 +7,16 @@
 License-file:       LICENSE
 Author:             Keegan Carruthers-Smith
 Maintainer:         gershomb@gmail.com
-Stability:          Alpha
 Build-Type:         Simple
-Cabal-Version:      >= 1.2
+Cabal-Version:      >= 1.6
 
 Library
-    Build-Depends:  base >= 3 && < 5
+    Build-Depends:  base >= 3 && < 6
 
     Exposed-Modules:
         Data.KMeans
+
+source-repository head
+  type:      darcs
+  location:  http://hub.darcs.net/gershomb/kmeans
+
