diff --git a/cabal-install.cabal b/cabal-install.cabal
index 01a9e510e7faeab156de3ae0bbc203efbcb3b18e..dcbd9a124f10699fb6ed3601c467ff629d7b7ae2 100644
--- a/cabal-install.cabal
+++ b/cabal-install.cabal
@@ -1,5 +1,5 @@
 Name:               cabal-install
-Version:            0.7.5
+Version:            0.8.0
 Synopsis:           The command-line interface for Cabal and Hackage.
 Description:
     The \'cabal\' command-line program simplifies the process of managing
@@ -24,11 +24,17 @@ Category:           Distribution
 Build-type:         Simple
 Extra-Source-Files: README bash-completion/cabal bootstrap.sh
 Cabal-Version:      >= 1.6
+Tested-With:        GHC==6.6.1, GHC==6.8.2, GHC==6.10.4, GHC==6.12.1
 
 source-repository head
   type:     darcs
   location: http://darcs.haskell.org/cabal-install/
 
+source-repository this
+  type:     darcs
+  location: http://darcs.haskell.org/cabal-branches/cabal-install-0.8/
+  tag: 0.8.0
+
 flag old-base
   description: Old, monolithic base
   default: False