[commit: haskell98] master: Update source repo location to be the git repo in .cabal file (eb655b0)

Ian Lynagh igloo at earth.li
Fri Apr 8 13:41:29 CEST 2011


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/eb655b0317665acb9670025480b4af4465bc8f55

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

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

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

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

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

diff --git a/haskell98.cabal b/haskell98.cabal
index 4bba278..c2712f7 100644
--- a/haskell98.cabal
+++ b/haskell98.cabal
@@ -37,6 +37,6 @@ Library
     exposed: False
 
 source-repository head
-    type:     darcs
-    location: http://darcs.haskell.org/packages/haskell98/
+    type:     git
+    location: http://darcs.haskell.org/packages/haskell98.git/
 





More information about the Cvs-libraries mailing list