Help on handles

2003-03-10 Thread Yeo Gek Hui
Hi, Has anyone have experience reading from a handle using hGetContents when the handle is still open and receives input from outside? I need to do some manipulation to the contents and I can't afford to close this handle. for example, an infinite stream abcabc... is written from outside to this

Urgent Help: URI parser

2002-12-19 Thread Yeo Gek Hui
Hi, I wonder what happens to the port when URI parses http URL string. Is it possible to check for : and use the stated port instead of port 80? Anyone has experience doing it before? Thanks in advance. Cheers, Gek ___ Haskell mailing list [EMAIL

Re: NEw Install Shield Borage Thungg working on win 2000

2001-09-17 Thread Yeo Gek Hui
I am not quite sure what you mean ghc will only work at the bin directory. Do you mean that you can only compile files when you are in the bin directory? Have you added ghc's bin directory to your PATH? Yes, I have added the bin directory to my PATH and yet ,I can only compile files when I am

Problem in using ghc 4.08.2 with wins NT

2001-06-20 Thread Yeo Gek Hui
Hi! I have followed the instructions on the webpage regarding ghc4.08.2 with Wins Nt. However, ghc is not working. Here is the error when I tried to run hello world sh-2.04$ ghc -v -o hello.exe main.hs The Glorious Glasgow Haskell Compilation System, version 4.08.2 Effective command line: -v -o