diff --git a/gdiff-th.cabal b/gdiff-th.cabal
--- a/gdiff-th.cabal
+++ b/gdiff-th.cabal
@@ -7,7 +7,7 @@
 -- The package version. See the Haskell package versioning policy
 -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
 -- standards guiding when and how versions should be incremented.
-Version:             0.1.0.2
+Version:             0.1.0.3
 
 -- A short (one-line) description of the package.
 Synopsis:            Generate gdiff GADTs and Instances.
@@ -45,19 +45,20 @@
 Category:            Generics
 
 Build-type:          Simple
-
--- Extra files to be distributed with the package, such as examples or
--- a README.
+    
 Extra-source-files: examples/Expr.hs
                     examples/New.hs
                     examples/Old.hs
                     examples/CompareVersions.hs
                     examples/Parser.hs
                     examples/Utils.hs
-
+                    
 -- Constraint on the version of Cabal needed to build this package.
 Cabal-version:       >=1.8
 
+source-repository head
+    type:     git
+    location: git://github.com/jfischoff/gdiff-th.git
 
 Library
   Hs-Source-Dirs: src
