RE: Network on Win98: failed - socket - no error ??

2003-03-07 Thread Simon Peyton-Jones
| Thanks, that was quick. Have updated my libraries tree, but | don't build ghc from source (no space left here..). How do I | build libraries/network with my installed ghc-5.04 (?? have | there been any socket-relevant fixes since then, checking | with 5.04.2 [which resets my filetype settings

bug with splitPS in Data.PackedString

2003-03-07 Thread Hal Daume III
there's a bug in Data.PackedString that doesn't exist in PackedString: Prelude :m PackedString Prelude PackedString splitPS ('\t') (packString Foo\tBar) [Foo,Bar] Prelude PackedString :m Data.PackedString Prelude Data.PackedString splitPS ('\t') (packString Foo\tBar) [Foo*** Exception:

getProtocolNumber garbage (was: Network on Win98: failed - socket - no error ??)

2003-03-07 Thread Claus Reinke
okay, after giving myself a day to recover from the frustration, I've given it fresh try today, and can at last report the source of the problem and a workaround (thanks to Sigbjorn for helping me to narrow down the source). I leave precise location of the bug and proper fix to the experts:-)

Re: getProtocolNumber garbage (was: Network on Win98: failed - socket - no error ??)

2003-03-07 Thread Sigbjorn Finne
Thanks for chasing this one down. WinSock only supports 'short's as protocol numbers in 'protoent's, whereas 'int's seems to be the norm, hence the garbled result. Shouldn't be too hard to fix. --sigbjorn - Original Message - From: Claus Reinke [EMAIL PROTECTED] To: Simon Peyton-Jones

[ ghc-Bugs-669261 ] Shjft+Enter crashes GHCI

2003-03-07 Thread SourceForge.net
Bugs item #669261, was opened at 2003-01-16 12:14 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=669261group_id=8032 Category: Prelude Group: 5.04.2 Status: Open Resolution: None Priority: 5 Submitted By: Miguel Figueiredo (olliegator) Assigned to: