Re: ANNOUNCE: GHC version 6.2

2003-12-20 Thread Donald Bruce Stewart
simonmar: The (Interactive) Glasgow Haskell Compiler -- version 6.2 We are pleased to announce a new major release of the Glasgow Haskell Compiler (GHC),

Concurrency problems with Handle

2003-12-20 Thread Arie Peterson
Hello, After many hours of vain debugging, I suspect that GHC might not do what I think it should do. I made a module 'Telnet', exporting one function 'telnet', which takes a handle (an established connection) and returns an input channel, an output channel and a function to close the

Announce: Swish 0.2

2003-12-20 Thread Graham Klyne
2003-12-20 I have today published the second release of my Swish software. Swish is a framework for experimenting with RDF inference techniques, and explores the idea of using Haskell as a scripting language for the semantic web. A web page about Swish, with links to downloadable software and

Re: ANNOUNCE: GHC version 6.2

2003-12-20 Thread Donald Bruce Stewart
simonmar: The (Interactive) Glasgow Haskell Compiler -- version 6.2 We are pleased to announce a new major release of the Glasgow Haskell Compiler (GHC),

Hugs Nov-2003 release: traceShow goes missing

2003-12-20 Thread Graham Klyne
I've just upgraded my Hugs installation to the Nov-2003 release, and I notice that function traceShow is missing from library module Debug.Trace. I assume this is unintentional, as it's still mentioned in the Hugs manual. (In my installation, I've copied the 2-line function implementation from