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

Ian Lynagh igloo at earth.li
Fri Apr 8 13:42:18 CEST 2011


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

On branch  : master

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

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

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

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

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

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

diff --git a/pretty.cabal b/pretty.cabal
index b4eb6f5..5f31949 100644
--- a/pretty.cabal
+++ b/pretty.cabal
@@ -19,6 +19,6 @@ Library
     build-depends: base >= 3 && < 5
 
 source-repository head
-    type:     darcs
-    location: http://darcs.haskell.org/packages/pretty/
+    type:     git
+    location: http://darcs.haskell.org/packages/pretty.git/
 





More information about the Cvs-libraries mailing list