Re: [Haskell-cafe] cabal --user question

2005-07-11 Thread Frederik Eaton
Hi Isaac, Is there a way to specify a particular package.conf for use when installing and registering packages with Cabal? I'm trying to Cabal-ize WASH which has a number of packages which depend on each other. The problem is that in order to build the next package, the previous one has to be inst

Re: [Haskell-cafe] cabal --user question

2005-07-10 Thread Frederik Eaton
I forgot to say, when I run configure like runghc Setup.hs configure --with-hc-pkg="ghc-pkg --user" --prefix=$HOME and then run 'install', it exits with code 127 but displays no error message. Maybe something to look into... Frederik On Sun, Jul 10, 2005 at 05:00:13PM -0700, Frederik Eaton wrot

Re: [Haskell-cafe] cabal --user question

2005-07-10 Thread Frederik Eaton
Thanks for the quick reply! > > How do I install a package in the user package.conf with cabal? It is > > not clear to me how to do this, looking at the output of 'configure > > --help'. There is an option "--user" to get dependencies from the user > > cabal file but this still, somewhat counterin

Re: [Haskell-cafe] cabal --user question

2005-07-10 Thread Isaac Jones
Frederik Eaton <[EMAIL PROTECTED]> writes: > Hi, > > How do I install a package in the user package.conf with cabal? It is > not clear to me how to do this, looking at the output of 'configure > --help'. There is an option "--user" to get dependencies from the user > cabal file but this still, som

[Haskell-cafe] cabal --user question

2005-07-10 Thread Frederik Eaton
Hi, How do I install a package in the user package.conf with cabal? It is not clear to me how to do this, looking at the output of 'configure --help'. There is an option "--user" to get dependencies from the user cabal file but this still, somewhat counterintuitively, tries to install the package