diff --git a/pipes-postgresql-simple.cabal b/pipes-postgresql-simple.cabal
--- a/pipes-postgresql-simple.cabal
+++ b/pipes-postgresql-simple.cabal
@@ -1,5 +1,5 @@
 name: pipes-postgresql-simple
-version: 0.1.1.0
+version: 0.1.1.1
 synopsis: Convert various postgresql-simple calls to work with pipes
 description: This library provides a few Producers and Consumers that allow
   @postgresql-simple@ calls to be made within the @pipes@ framework. Currently,
@@ -16,6 +16,10 @@
 category: Database, Pipes
 build-type: Simple
 cabal-version: >=1.8
+
+Source-Repository head
+    Type: git
+    Location: https://github.com/ocharles/pipes-postgresql-simple
 
 library
   exposed-modules:     Pipes.PostgreSQL.Simple
