diff --git a/MissingK.cabal b/MissingK.cabal
--- a/MissingK.cabal
+++ b/MissingK.cabal
@@ -7,16 +7,16 @@
 -- 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.0.0.2
+Version:             0.0.1
 
 -- A short (one-line) description of the package.
 Synopsis:            Useful types and definitions missing from other libraries
 
 -- A longer description of the package.
--- Description:         
+Description:         Useful types and definitions missing from other libraries.
 
 -- URL for the project homepage or repository.
-Homepage:            http://www.keera.es/blog/community/
+Homepage:            http://www.keera.co.uk/blog/
 
 -- The license under which the package is released.
 License:             BSD3
@@ -29,10 +29,10 @@
 
 -- An email address to which users can send suggestions, bug reports,
 -- and patches.
-Maintainer:          ivan.perez@keera.es
+Maintainer:          ivan.perez@keera.co.uk
 
 -- A copyright notice.
--- Copyright:           
+-- Copyright:
 
 Category:            Development
 
@@ -40,14 +40,14 @@
 
 -- Extra files to be distributed with the package, such as examples or
 -- a README.
--- Extra-source-files:  
+-- Extra-source-files:
 
 -- Constraint on the version of Cabal needed to build this package.
-Cabal-version:       >=1.2
+Cabal-version:       >=1.6
 
 Library
   hs-source-dirs: src/
-  
+
   ghc-options: -Wall -fno-warn-unused-do-bind -O2
 
   -- Modules exported by the library.
@@ -61,8 +61,12 @@
                  -- from haskell-prmvc-helpers
                  , Language.Haskell.TH.DeriveField
                  , Data.ExtraVersion
-  
+
   -- Packages needed in order to build this package.
   Build-depends: base >= 4 && < 5
                , template-haskell
                , glib
+
+source-repository head
+  type:     git
+  location: git://github.com/keera-studios/MissingK.git
