diff --git a/brainfuck.cabal b/brainfuck.cabal
--- a/brainfuck.cabal
+++ b/brainfuck.cabal
@@ -1,5 +1,5 @@
 name:                brainfuck
-version:             0.1.0.1
+version:             0.1.0.2
 license:             GPL
 license-file:        LICENSE
 author:              Jason Dagit <dagit@codersbase.com>
@@ -12,8 +12,12 @@
                      written in the pure, lazy, functional language Haskell.
 
 build-type:          Simple
-Cabal-Version:       >= 1.2
+cabal-version:       >= 1.6
 tested-with:         GHC==7.10.1
+
+source-repository head
+  type:     git
+  location: https://github.com/abbradar/brainfuck
 
 executable              bf
    main-is:             Main.hs
