From: Ian Lynagh Date: Fri, 8 Apr 2011 10:22:28 +0000 (+0100) Subject: Update source repo location to be the git repo in .cabal file X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=55d724b80db03d10662c0dad57f2d31c55aae35e;p=ghc-base.git Update source repo location to be the git repo in .cabal file --- diff --git a/base.cabal b/base.cabal index 6700537..c1924b8 100644 --- a/base.cabal +++ b/base.cabal @@ -20,8 +20,8 @@ extra-source-files: include/CTypes.h source-repository head - type: darcs - location: http://darcs.haskell.org/packages/base/ + type: git + location: http://darcs.haskell.org/packages/base.git/ Flag integer-simple Description: Use integer-simple