From dd22e8186b06cdbfcba6d4e14eea6c1884235679 Mon Sep 17 00:00:00 2001 From: Ian Lynagh <igloo@earth.li> Date: Tue, 5 Apr 2011 19:04:13 +0100 Subject: [PATCH] Update source-repository in the .cabal file to point to the git repo --- integer-gmp.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integer-gmp.cabal b/integer-gmp.cabal index 5a7fcc8..54c890f 100644 --- a/integer-gmp.cabal +++ b/integer-gmp.cabal @@ -16,8 +16,8 @@ extra-source-files: cbits/longlong.c source-repository head - type: darcs - location: http://darcs.haskell.org/packages/integer-gmp/ + type: git + location: http://darcs.haskell.org/packages/integer-gmp.git/ Library { build-depends: ghc-prim -- GitLab