[commit: containers] master: Update source repo location to be the git repo in .cabal file (591155c)

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


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/591155c40976178b0ef5079ea512bc6ab46dcb63

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

commit 591155c40976178b0ef5079ea512bc6ab46dcb63
Author: Ian Lynagh <igloo at earth.li>
Date:   Fri Apr 8 11:22:33 2011 +0100

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

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

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

diff --git a/containers.cabal b/containers.cabal
index b233731..0833be8 100644
--- a/containers.cabal
+++ b/containers.cabal
@@ -16,8 +16,8 @@ cabal-version:  >=1.6
 extra-source-files: include/Typeable.h
 
 source-repository head
-    type:     darcs
-    location: http://darcs.haskell.org/packages/containers/
+    type:     git
+    location: http://darcs.haskell.org/packages/containers.git/
 
 Library {
     build-depends: base >= 4.2 && < 6, array





More information about the Cvs-libraries mailing list