Re: sof patch for --ghc-pkg-config-file=

2006-09-29 Thread Simon Marlow
Isaac Jones wrote: Duncan Coutts <[EMAIL PROTECTED]> writes: On Fri, 2006-09-15 at 10:06 -0700, Isaac Jones wrote: Emailing to libraries@, please followup to cabal-devel. Here's a patch from Sigbjorn which adds --ghc-pkg-config-file= to cabal. This is an oldish patch, but I haven't stopped

Re: sof patch for --ghc-pkg-config-file=

2006-09-21 Thread Isaac Jones
Duncan Coutts <[EMAIL PROTECTED]> writes: > On Fri, 2006-09-15 at 10:06 -0700, Isaac Jones wrote: >> Emailing to libraries@, please followup to cabal-devel. >> >> Here's a patch from Sigbjorn which adds --ghc-pkg-config-file= to >> cabal. This is an oldish patch, but I haven't stopped getting >>

Re: sof patch for --ghc-pkg-config-file=

2006-09-16 Thread Duncan Coutts
On Sat, 2006-09-16 at 08:54 +0200, Duncan Coutts wrote: > Note that there is already a register --inplace flag to register a > package in the build tree. To allow multiple packages to be built > against each other inplace we'd also need some flag for configure. > > Would this be enough? Do we rea

Re: sof patch for --ghc-pkg-config-file=

2006-09-16 Thread Duncan Coutts
On Fri, 2006-09-15 at 10:06 -0700, Isaac Jones wrote: > Emailing to libraries@, please followup to cabal-devel. > > Here's a patch from Sigbjorn which adds --ghc-pkg-config-file= to > cabal. This is an oldish patch, but I haven't stopped getting > requests for this feature :) > > This allows you

Re: sof patch for --ghc-pkg-config-file=

2006-09-15 Thread Isaac Jones
Andrew Pimlott <[EMAIL PROTECTED]> writes: > On Fri, Sep 15, 2006 at 10:06:55AM -0700, Isaac Jones wrote: >> I still have some debate about whether this patch should go in; it >> assumes a model of package registration where you have a config file >> (as opposed to a directory) which isn't the cas

Re: sof patch for --ghc-pkg-config-file=

2006-09-15 Thread Andrew Pimlott
On Fri, Sep 15, 2006 at 10:06:55AM -0700, Isaac Jones wrote: > I still have some debate about whether this patch should go in; it > assumes a model of package registration where you have a config file > (as opposed to a directory) which isn't the case for nhc or Hugs. I don't know anything about p

sof patch for --ghc-pkg-config-file=

2006-09-15 Thread Isaac Jones
Emailing to libraries@, please followup to cabal-devel. Here's a patch from Sigbjorn which adds --ghc-pkg-config-file= to cabal. This is an oldish patch, but I haven't stopped getting requests for this feature :) This allows you to create a "local" package config file, rather than using the --us