
Hi all, I have a question on compiling a concurrent haskell source code using GHC. Today is my first time playing around with concurrency in Haskell, and this afternoon, GHC seemed to be able to compile my code and produced an executable. However, that executable did not seem to run the program correctly. In fact, it just did not do anything. FYI, GHCi interpreted the code succesfully, and the program runs normally under GHCi. I compiled the code this way: ghc --make source.hs -o output Do I need to have a specific flag or something? I tried to look at GHC's documentation, but I just could not find any information on this except adding -syslib concurrent flag, which also did not help. Thank you very much for the help. Blessings, Dennis Sidharta --------------------------------- Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software