diff --git a/huttons-razor.cabal b/huttons-razor.cabal
--- a/huttons-razor.cabal
+++ b/huttons-razor.cabal
@@ -1,21 +1,23 @@
 name:                huttons-razor
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Quick implemention of Hutton's Razor
--- description:         
+description:         Quick implemention of Hutton's Razor
 license:             BSD2
 license-file:        LICENSE
 author:              Steven Shaw
 maintainer:          steven@steshaw.org
--- copyright:           
--- category:            
+homepage:            https://github.com/steshaw/huttons-razor
+copyright:           © 2015 Steven Shaw
+category:            Example
 build-type:          Simple
--- extra-source-files:  
 cabal-version:       >=1.10
 
+source-repository head
+  type:     git
+  location: git@github.com:steshaw/huttons-razor.git
+
 executable huttons-razor
   main-is:             Main.hs
-  -- other-modules:       
-  -- other-extensions:    
   build-depends:       base >=4.8 && <4.9
                      , parsec
                      , parsec-numbers
