[commit: array] master: Update source repo location to be the git repo in .cabal file (95442c4)

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


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/95442c472d190e03b492ff03bbbc69a1c6c06e30

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

commit 95442c472d190e03b492ff03bbbc69a1c6c06e30
Author: Ian Lynagh <igloo at earth.li>
Date:   Fri Apr 8 11:22:03 2011 +0100

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

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

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

diff --git a/array.cabal b/array.cabal
index 15e6448..8352b0e 100644
--- a/array.cabal
+++ b/array.cabal
@@ -15,8 +15,8 @@ build-type: Simple
 extra-source-files: include/Typeable.h
 
 source-repository head
-    type:     darcs
-    location: http://darcs.haskell.org/packages/array/
+    type:     git
+    location: http://darcs.haskell.org/packages/array.git/
 
 library
   build-depends: base >= 4.2 && < 5





More information about the Cvs-libraries mailing list