Re: [Haskell-cafe] Newbie Question on Setting the GHC Search Path

2007-10-29 Thread Benjamin L. Russell
One factor that is slightly unusual about this phenomenon is that it only occurs with GHC, but not with Hugs 98. Typing :cd D:\From C Drive\Documents and Settings\DekuDekuplex\Programming Practice\Haskell\GHC in Hugs 98 does not cause an error, but typing the same command in GHC does. It

Re: [Haskell-cafe] Newbie Question on Setting the GHC Search Path

2007-10-29 Thread Stefan O'Rear
On Mon, Oct 29, 2007 at 04:25:45AM -0700, Benjamin L. Russell wrote: One factor that is slightly unusual about this phenomenon is that it only occurs with GHC, but not with Hugs 98. Typing :cd D:\From C Drive\Documents and Settings\DekuDekuplex\Programming Practice\Haskell\GHC Are you

Re: [Haskell-cafe] Newbie Question on Setting the GHC Search Path

2007-10-29 Thread Olivier Boudry
In GHC it works without the and don't work with them: Prelude :cd C:\Documents and Settings Prelude :! pwd C:\Documents and Settings Olivier. On 10/29/07, Benjamin L. Russell [EMAIL PROTECTED] wrote: Please pardon this intrusion for an elementary question on setting the GHC search path. I

Re: [Haskell-cafe] Newbie Question on Setting the GHC Search Path

2007-10-29 Thread Benjamin L. Russell
You're right; it works without the double-quotes. Problem solved. Thanks! Benjamin L. Russell --- Olivier Boudry [EMAIL PROTECTED] wrote: In GHC it works without the and don't work with them: Prelude :cd C:\Documents and Settings Prelude :! pwd C:\Documents and Settings Olivier.

[Haskell-cafe] Newbie Question on Setting the GHC Search Path

2007-10-28 Thread Benjamin L. Russell
Please pardon this intrusion for an elementary question on setting the GHC search path. I have installed GHC on my work Windows XP machine, and would like to be able to search for files in the following directory: D:\From C Drive\Documents and Settings\DekuDekuplex\Programming