diff --git a/postgresql-query.cabal b/postgresql-query.cabal
--- a/postgresql-query.cabal
+++ b/postgresql-query.cabal
@@ -1,5 +1,5 @@
 name:                postgresql-query
-version:             1.0.0
+version:             1.0.1
 
 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM
           using it
@@ -11,10 +11,14 @@
 -- copyright:
 category:            Database
 build-type:          Simple
+cabal-version:       >=1.10
 
 extra-source-files: README.md
 
-cabal-version:       >=1.10
+homepage: https://bitbucket.org/s9gf4ult/postgresql-query
+source-repository head
+  type: git
+  location: git@bitbucket.org:s9gf4ult/postgresql-query.git
 
 library
   hs-source-dirs: src
