[Haskell-cafe] Trouble with Cabal

2006-05-22 Thread Scherrer, Chad
Thanks to all who responded about the benefits of using Cabal. After trying out Bulat's Streams library, I thought I would download ByteString (aka FPS) to compare the wc demos. To compile something using Streams, I need to use a -i flag (thanks Bulat). When I followed the README that comes with

Re: [Haskell-cafe] Trouble with Cabal

2006-05-22 Thread Henning Thielemann
On Mon, 22 May 2006, Scherrer, Chad wrote: % ./Setup.hs install Installing: /f/g/lib/fps-0.7 /f/g/bin fps-0.7... *** Exception: /f: createDirectory: permission denied (Permission denied) I don't have root on this machine, and it's not obvious (to me) how to specify that everything should be

Re: [Haskell-cafe] Trouble with Cabal

2006-05-22 Thread Lemmih
On 5/22/06, Henning Thielemann [EMAIL PROTECTED] wrote: On Mon, 22 May 2006, Scherrer, Chad wrote: % ./Setup.hs install Installing: /f/g/lib/fps-0.7 /f/g/bin fps-0.7... *** Exception: /f: createDirectory: permission denied (Permission denied) I don't have root on this machine, and it's

RE: [Haskell-cafe] Trouble with Cabal

2006-05-22 Thread Scherrer, Chad
-Original Message- From: Henning Thielemann [mailto:[EMAIL PROTECTED] Install locally after configuring this way: ./Setup.lhs configure --user --prefix=$HOME/yourlocalhaskelllibsdir That seemed to do fine until it came to registering the package, which I don't permission for.

Re: [Haskell-cafe] Trouble with Cabal

2006-05-22 Thread Lemmih
On 5/22/06, Scherrer, Chad [EMAIL PROTECTED] wrote: -Original Message- From: Henning Thielemann [mailto:[EMAIL PROTECTED] Install locally after configuring this way: ./Setup.lhs configure --user --prefix=$HOME/yourlocalhaskelllibsdir That seemed to do fine until it came to

RE: [Haskell-cafe] Trouble with Cabal

2006-05-22 Thread Scherrer, Chad
AM To: Scherrer, Chad Cc: Henning Thielemann; haskell-cafe@haskell.org Subject: Re: [Haskell-cafe] Trouble with Cabal On 5/22/06, Scherrer, Chad [EMAIL PROTECTED] wrote: -Original Message- From: Henning Thielemann [mailto:[EMAIL PROTECTED] Install locally after configuring