diff --git a/hakyll-R.cabal b/hakyll-R.cabal
--- a/hakyll-R.cabal
+++ b/hakyll-R.cabal
@@ -1,5 +1,5 @@
 name:                hakyll-R
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            A module allowing to write Hakyll blog posts in Rmd 
 description:         This package declares a Compiler for Rmd posts, which allows to include R code in Rmd and have them rendered (for example as plots).
 license:             BSD3 
@@ -20,3 +20,7 @@
   hs-source-dirs: src
   ghc-options: -Wall -threaded
   default-language: Haskell2010
+
+source-repository head
+  type:              git
+  location:          https://github.com/cdupont/hakyll-R.git
