From cdf2106d5d09bc54702c3d2f1fa5cbeeb772d70c Mon Sep 17 00:00:00 2001 From: Ian Lynagh <igloo@earth.li> Date: Fri, 8 Apr 2011 11:23:09 +0100 Subject: [PATCH] Update source repo location to be the git repo in .cabal file --- unix.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unix.cabal b/unix.cabal index cc33587..a18ffe6 100644 --- a/unix.cabal +++ b/unix.cabal @@ -58,6 +58,6 @@ Library c-sources: cbits/HsUnix.c cbits/execvpe.c cbits/dirUtils.c source-repository head - type: darcs - location: http://darcs.haskell.org/packages/unix/ + type: git + location: http://darcs.haskell.org/packages/unix.git/ -- GitLab