How to force UNIX text files as output instead of DOS text files??

Nick Name nick.name@inwind.it
Mon, 3 Mar 2003 13:34:51 +0100


On Mon, 3 Mar 2003 11:03:48 +0100
"Alexandre Weffort Thenorio" <alethenorio@home.se> wrote:

> 
>  OK I fixed the IOExts not found problem (-package lang) but my
>  problem now is that I never worked with handles. How can I write the
>  string to the file and so on?? Where can I find more info on handle
>  data types??

In the "IO" section of the prelude,

http://www.zvon.org/other/haskell/Outputio/index.html

Vincenzo