From 0c6ce77579a75ddd82d3d6d98a30600b57cac641 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 5 Apr 2011 19:04:05 +0100 Subject: [PATCH] Update source-repository in the .cabal file to point to the git repo --- ghc-prim.cabal | 4 ++-- 1 file 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 -- 1.7.10.4