diff --git a/shell-conduit.cabal b/shell-conduit.cabal
--- a/shell-conduit.cabal
+++ b/shell-conduit.cabal
@@ -1,5 +1,5 @@
 name:                shell-conduit
-version:             4.4
+version:             4.5
 synopsis:            Write shell scripts with Conduit
 description:         Write shell scripts with Conduit. See "Data.Conduit.Shell" for documentation.
 license:             BSD3
@@ -10,6 +10,7 @@
 category:            Conduit, Scripting
 build-type:          Simple
 cabal-version:       >=1.8
+homepage:            https://github.com/chrisdone/shell-conduit
 
 library
   hs-source-dirs:    src/
@@ -37,7 +38,10 @@
                    , split
                    , template-haskell
                    , text
-                   , these
                    , transformers
                    , transformers-base
                    , unix >= 2.7.0.1
+
+source-repository head
+  type:     git
+  location: https://github.com/chrisdone/shell-conduit.git
