[Haskell] How to generate a dll?

2006-09-05 Thread Andreas Marth
Hallo! I want to make my Haskell program usable from Visual Basic. What is the way to go? (I tried the way the user guide for ghc 6.4.2 describes but the resulting dll was not stable.) While I don't have any clues about language interoperation I guess it is a task that is done many times before. S

[Haskell] Re: putStr is not evaluated in the correct order

2006-09-05 Thread Bruno Martínez
On Mon, 04 Sep 2006 05:49:08 -0300, Simon Marlow <[EMAIL PROTECTED]> wrote: It is in the FAQ. The FAQ is currently a bit hard to navigate and could do with splitting up into separate pages, though. http://haskell.org/haskellwiki/GHC:FAQ#If_I_print_out_a_string_using_putStr.2C_and_then_attemp