Hi Keith,
 
With this email I attached the source code. As you can see, it is very simple. And in case you would like to know, I wrote that program for a short tutorial on Haskell for a programming language course I took last semester.
 
Thank you very much.
 
 
Blessings,
 
Dennis

Keith Wansbrough <[EMAIL PROTECTED]> wrote:
> 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

Please post the code, a description of what it did, and what you
expected it to do. If the code is too large for an email, put it on
your web server and point us at it, or cut it down to a smaller
version that still exhibits the problem, and include that. We can't
help you if we don't have this information.

--KW 8-)

_______________________________________________
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe


Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software

Attachment: mySource.hs
Description: mySource.hs

Reply via email to