diff --git a/lookup-tables.cabal b/lookup-tables.cabal
--- a/lookup-tables.cabal
+++ b/lookup-tables.cabal
@@ -1,10 +1,10 @@
 name:                lookup-tables
-version:             0.1.1.0
-synopsis:            Statically generate lookup tables using Template
-                     Haskell.
+version:             0.1.1.1
+synopsis:            Statically generate lookup tables using Template Haskell.
 description:         This package provides a single Template Haskell
                      function for memoizing a given function by
                      statically generating a lookup table.
+homepage:            http://hub.darcs.net/jmcarthur/lookup-tables/issues
 license:             ISC
 license-file:        LICENSE
 author:              Jake McArthur
@@ -31,3 +31,12 @@
   build-depends:       base, lookup-tables, tasty, tasty-hunit
   ghc-options:         -threaded -rtsopts -with-rtsopts=-N -Wall
   default-language:    Haskell2010
+
+source-repository head
+  type:     darcs
+  location: http://hub.darcs.net/jmcarthur/lookup-tables
+
+source-repository this
+  type:     darcs
+  location: http://hub.darcs.net/jmcarthur/lookup-tables
+  tag:      v0.1.1.1
