diff --git a/constraints-extras.cabal b/constraints-extras.cabal
--- a/constraints-extras.cabal
+++ b/constraints-extras.cabal
@@ -1,6 +1,7 @@
 name: constraints-extras
-version: 0.2.2.0
+version: 0.2.2.1
 synopsis: Utility package for constraints
+description: Convenience functions and TH for working with constraints. See <https://github.com/obsidiansystems/constraints-extras/blob/develop/README.md README.md> for example usage.
 license: BSD3
 license-file: LICENSE
 author: Cale Gibbard, Ali Abrar
@@ -23,3 +24,7 @@
                , template-haskell >=2.11 && <2.14
   hs-source-dirs:  src
   default-language:Haskell2010
+
+source-repository head
+  type:     git
+  location: git://github.com/obsidiansystems/constraints-extras.git
