Hello Sigbjorn,
Wednesday, May 18, 2005, 8:38:55 PM, you wrote:
SF> The 6.4 installer has a UI bug that may prevent you from using
SF> it on a box where you don't have admin privs. Try starting up the installer,
SF> hit Next, followed by Back. That should bring up a dialog letting you choose
SF>
One e-mail regarding this would do.. :)
The 6.4 installer has a UI bug that may prevent you from using
it on a box where you don't have admin privs. Try starting up the installer,
hit Next, followed by Back. That should bring up a dialog letting you choose
whether to perform a user or machine wide
Bugs item #1204512, was opened at 2005-05-18 12:51
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1204512&group_id=8032
Category: Compiler (Type checker)
Group: 6.4
Status: Open
Hi,
I think it would be convenient for some users (including me at this
particular moment) if the Windows binary distribution of GHC was
available as a ZIP file. My laptop died and I am using a shared
computer with the Windows Installer disabled, thus I cannot use the MSI
distribution. Maybe other
Hi,
When I run the following line in ghci:
Prelude System.Process Control.Concurrent System.IO> do { (inp, out, err, ph)
<- runInteractiveProcess "cat" [] Nothing Nothing; forkIO (do hPutStr inp
"this\nis\na\ntest\n"; hClose inp); waitForProcess ph }
... it doesn't terminate. I'm following the