[commit: hpc] master: Update source-repository in the .cabal file to point to the git repo (a99a4fa)
Ian Lynagh
igloo at earth.li
Wed Apr 6 19:17:46 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/hpc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a99a4fa28cf6dcc86e8c7e9e23de22c662f11a16
>---------------------------------------------------------------
commit a99a4fa28cf6dcc86e8c7e9e23de22c662f11a16
Author: Ian Lynagh <igloo at earth.li>
Date: Tue Apr 5 19:04:10 2011 +0100
Update source-repository in the .cabal file to point to the git repo
>---------------------------------------------------------------
hpc.cabal | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hpc.cabal b/hpc.cabal
index 5e7e798..9d97eb6 100644
--- a/hpc.cabal
+++ b/hpc.cabal
@@ -11,8 +11,8 @@ build-type: Simple
Cabal-Version: >= 1.6
source-repository head
- type: darcs
- location: http://darcs.haskell.org/packages/hpc/
+ type: git
+ location: http://darcs.haskell.org/packages/hpc.git/
Flag small_base
Description: Choose the new smaller, split-up base package.
More information about the Cvs-libraries
mailing list