diff --git a/ghc-dump-util.cabal b/ghc-dump-util.cabal
--- a/ghc-dump-util.cabal
+++ b/ghc-dump-util.cabal
@@ -1,5 +1,5 @@
 name:                ghc-dump-util
-version:             0.1.0.0
+version:             0.1.1.0
 synopsis:            Handy tools for working with @ghc-dump@ dumps.
 description:
   @ghc-dump@ is a library, GHC plugin, and set of tools for recording and
@@ -18,8 +18,12 @@
 copyright:           (c) 2017 Ben Gamari
 category:            Development
 build-type:          Simple
-tested-with:         GHC==7.10.3, GHC==8.0.2, GHC==8.2.2
+tested-with:         GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.4
 cabal-version:       >=1.10
+
+source-repository head
+  type: git
+  location: https://github.com/bgamari/ghc-dump
 
 library
   exposed-modules:     GhcDump.Repl, GhcDump.Util, GhcDump.Pretty, GhcDump.Reconstruct
