Re[2]: Feature request: Windows ZIP Distribution

2005-05-18 Thread Bulat Ziganshin
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>

Re: Feature request: Windows ZIP Distribution

2005-05-18 Thread Sigbjorn Finne
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

[ ghc-Bugs-1204512 ] Kind error has wrong line

2005-05-18 Thread SourceForge.net
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

Feature request: Windows ZIP Distribution

2005-05-18 Thread Brian Smith
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

runInteractiveProcess, confused

2005-05-18 Thread Frederik Eaton
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