Re: [Haskell-cafe] trouble compiling Crypto-4.2.0 / trouble with cabal

2009-09-14 Thread Duncan Coutts
On Sun, 2009-09-13 at 19:54 +0200, mf-hcafe-15c311...@etc-network.de wrote: Hi, Cabal is still fighting me all the time. Its latest move is to be oblivious of some of the installed packages: For future reference:

[Haskell-cafe] trouble compiling Crypto-4.2.0 / trouble with cabal

2009-09-13 Thread mf-hcafe-15c311f0c
Hi, Cabal is still fighting me all the time. Its latest move is to be oblivious of some of the installed packages: $ cabal unpack crypto Unpacking Crypto-4.2.0... $ cd Crypto-4.2.0/ $ runghc ./Setup.hs configure --prefix=/tmp2/ Configuring Crypto-4.2.0... Setup.hs: At least the following

Re: [Haskell-cafe] trouble compiling Crypto-4.2.0 / trouble with cabal

2009-09-13 Thread Thomas DuBuisson
Cabal, the library you are using when manuallying running Setup.hs, assumes you are doing a global installation and will ignore locally installed libraries (iirc). If you do 'cabal install crypto', cabal-install defaults to user installs and will use the user libraries. Thomas On Sun, Sep 13,