From 55d724b80db03d10662c0dad57f2d31c55aae35e Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 8 Apr 2011 11:22:28 +0100 Subject: [PATCH] Update source repo location to be the git repo in .cabal file --- base.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4