[commit: ghc-prim] master: Update source-repository in the .cabal file to point to the git repo (0c6ce77)
Ian Lynagh
igloo at earth.li
Wed Apr 6 19:17:28 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/ghc-prim
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0c6ce77579a75ddd82d3d6d98a30600b57cac641
>---------------------------------------------------------------
commit 0c6ce77579a75ddd82d3d6d98a30600b57cac641
Author: Ian Lynagh <igloo at earth.li>
Date: Tue Apr 5 19:04:05 2011 +0100
Update source-repository in the .cabal file to point to the git repo
>---------------------------------------------------------------
ghc-prim.cabal | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ghc-prim.cabal b/ghc-prim.cabal
index 9de5b03..04e45cd 100644
--- a/ghc-prim.cabal
+++ b/ghc-prim.cabal
@@ -11,8 +11,8 @@ cabal-version: >=1.6
build-type: Custom
source-repository head
- type: darcs
- location: http://darcs.haskell.org/packages/ghc-prim/
+ type: git
+ location: http://darcs.haskell.org/packages/ghc-prim.git/
flag include-ghc-prim {
Description: Include GHC.Prim in exposed-modules
More information about the Cvs-libraries
mailing list