diff --git a/hexpat-lens.cabal b/hexpat-lens.cabal
--- a/hexpat-lens.cabal
+++ b/hexpat-lens.cabal
@@ -1,6 +1,7 @@
 name:                hexpat-lens
-version:             0.1.3
+version:             0.1.4
 synopsis:            Lenses for Hexpat.
+description:         A set of lenses for inspecting and manipulating Hexpat data structures.
 license:             MIT
 license-file:        LICENSE
 author:              Joseph Abrahamson
@@ -9,6 +10,7 @@
 category:            XML
 build-type:          Simple
 cabal-version:       >=1.10
+homepage:            https://github.com/tel/hexpat-lens
 
 library
   exposed-modules:
@@ -18,8 +20,8 @@
     Text.XML.Expat.Lens.Parse
     Text.XML.Expat.Lens.Unqualified
   build-depends:       
-      base            >= 4.6      && < 4.8
-    , deepseq         >= 1.3      && < 1.4
+      base            >= 4.6      && < 4.9
+    , deepseq         >= 1.3      && < 1.5
     , bytestring      >= 0.10.0.2 && < 0.11
     , hexpat          >= 0.20     && < 0.21
     , lens            >= 4.0.7    && < 5.0
@@ -27,3 +29,7 @@
   ghc-options: -Wall
   hs-source-dirs:      src
   default-language:    Haskell2010
+
+source-repository head
+  type:     git
+  location: https://github.com/tel/hexpat-lens.git
