From 9924246697b6e4afc41dd8fccd4a8d4c056d98ef Mon Sep 17 00:00:00 2001
From: Duncan Coutts <duncan@haskell.org>
Date: Fri, 18 Dec 2009 17:35:51 +0000
Subject: [PATCH] Bump version to 0.8.0

---
 cabal-install.cabal | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/cabal-install.cabal b/cabal-install.cabal
index 01a9e510e7..dcbd9a124f 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
-- 
GitLab