diff --git a/eventful-sql-common.cabal b/eventful-sql-common.cabal
--- a/eventful-sql-common.cabal
+++ b/eventful-sql-common.cabal
@@ -3,16 +3,22 @@
 -- see: https://github.com/sol/hpack
 
 name:           eventful-sql-common
-version:        0.1.0
+version:        0.1.1
 synopsis:       Common library for SQL event stores
 description:    Common library for SQL event stores
 category:       Database,Eventsourcing
 stability:      experimental
+homepage:       https://github.com/jdreaver/eventful#readme
+bug-reports:    https://github.com/jdreaver/eventful/issues
 maintainer:     David Reaver
 license:        MIT
 license-file:   LICENSE.md
 build-type:     Simple
 cabal-version:  >= 1.10
+
+source-repository head
+  type: git
+  location: https://github.com/jdreaver/eventful
 
 library
   hs-source-dirs:
