diff --git a/ivy-web.cabal b/ivy-web.cabal
--- a/ivy-web.cabal
+++ b/ivy-web.cabal
@@ -7,18 +7,25 @@
 -- 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
+Version:             0.1.1
 
 -- A short (one-line) description of the package.
-Synopsis:            A lightweight web framework, with type safe routes, based on invertible-syntax, and i18n support.
+Synopsis:            A lightweight web framework
 
 -- A longer description of the package.
-Description:         The features of this web framework:
-    *   Type safe routes, specify url-handler mapping in one place
-    *   Simple yet elegant handler via type class
-    *   Flexible template system, utilize exsisting libraries such as Blaze-Html and Hastache.
-    *   Easy i18n
-    For an example, refer to https://github.com/lilac/ivy-example/
+Description:         A lightweight web framework, with type safe routes, based on invertible-syntax, and i18n support.
+    .
+        The features of this web framework:
+    .
+        *   Type safe routes, specify url-handler mapping in one place.
+    .
+        *   Simple yet elegant handler via type class.
+    .
+        *   Flexible template system, utilize exsisting libraries such as Blaze-Html and Hastache.
+    .
+        *   Easy i18n
+    .
+        For an example, please refer to <https://github.com/lilac/ivy-example/>
 
 -- URL for the project homepage or repository.
 Homepage:            https://github.com/lilac/ivy-web/
@@ -48,7 +55,7 @@
 -- Extra-source-files:  
 
 -- Constraint on the version of Cabal needed to build this package.
-Cabal-version:       >=1.2
+Cabal-version:       >=1.6
 
 
 Library
@@ -72,4 +79,6 @@
   
   -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
   -- Build-tools:         
-  
+source-repository head
+  type:     git
+  location: git://github.com/lilac/ivy-web
