diff --git a/servant-lucid.cabal b/servant-lucid.cabal
--- a/servant-lucid.cabal
+++ b/servant-lucid.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                servant-lucid
-version:             0.4.3
+version:             0.4.3.1
 synopsis:            Servant support for lucid
 -- description:
 homepage:            http://haskell-servant.github.io/
@@ -15,6 +15,10 @@
 build-type:          Simple
 -- extra-source-files:
 cabal-version:       >=1.10
+bug-reports:         http://github.com/haskell-servant/servant/issues
+source-repository head
+  type: git
+  location: http://github.com/haskell-servant/servant.git
 
 library
   exposed-modules:     Servant.HTML.Lucid
