Hello Aaron, Thursday, June 8, 2006, 7:58:46 PM, you wrote:
>> I released Streams library version 0.1e. Changes are: >> >> - Fixed bug: "openFD name WriteMode" don't truncated files on unixes > How's about adding an "AppendMode" that doesn't truncate, but leaving > "WriteMode" as truncating? library supports all the variants of IOMode - ReadMode, WriteMode, AppendMode, ReadWriteMode. it was just a bug that "openFD WriteMode" was not truncating files as "openFile WriteMode" does ... seems that just my English is wrong? -- Best regards, Bulat mailto:[EMAIL PROTECTED] _______________________________________________ Haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell
