[commit: base] master: Update source repo location to be the git repo in .cabal file (55d724b)

Ian Lynagh igloo at earth.li
Fri Apr 8 13:40:24 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/packages/base

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/55d724b80db03d10662c0dad57f2d31c55aae35e

>---------------------------------------------------------------

commit 55d724b80db03d10662c0dad57f2d31c55aae35e
Author: Ian Lynagh <igloo at earth.li>
Date:   Fri Apr 8 11:22:28 2011 +0100

    Update source repo location to be the git repo in .cabal file

>---------------------------------------------------------------

 base.cabal |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/base.cabal b/base.cabal
index 6700537..c1924b8 100644
--- a/base.cabal
+++ b/base.cabal
@@ -20,8 +20,8 @@ extra-source-files:
                 include/CTypes.h
 
 source-repository head
-    type:     darcs
-    location: http://darcs.haskell.org/packages/base/
+    type:     git
+    location: http://darcs.haskell.org/packages/base.git/
 
 Flag integer-simple
     Description: Use integer-simple





More information about the Cvs-libraries mailing list