[Haskell] Re: ANN: encoding-0.1 release

2007-08-02 Thread Stephane Bortzmeyer
On Thu, Aug 02, 2007 at 12:22:56PM +0200, Henning Günther <[EMAIL PROTECTED]> wrote a message of 26 lines which said: > UTF-8, -16, -32 Thanks, but this is only the sixth or seventh free library to do UTF-8 in Haskell :-) Yes, I recognize that you also handle other encodings, but would

[Haskell] Re: Network Exception

2005-10-13 Thread Stephane Bortzmeyer
On Thu, Oct 13, 2005 at 12:18:44PM +0200, Arias <[EMAIL PROTECTED]> wrote a message of 35 lines which said: > In the port 8080 I have apache listening, so the server and port is > correct. Excuse me but I prefer actual tests to claims. "telnet localhost 8080". (Apache may be listening only on

[Haskell] Re: Network Exception

2005-10-13 Thread Stephane Bortzmeyer
On Wed, Oct 12, 2005 at 07:34:33PM +0200, Arias <[EMAIL PROTECTED]> wrote a message of 25 lines which said: > It compiles correctly, but when I try to run this code, it throws an > exception at connectTo. The exception's message is: Which compiler? I get a "does not exist" with ghc if the host

[Haskell] Re: Interest in helping w/ Haskell standard

2005-10-13 Thread Stephane Bortzmeyer
On Wed, Oct 12, 2005 at 03:39:34PM -0700, Isaac Jones <[EMAIL PROTECTED]> wrote a message of 30 lines which said: > One of the main topics was the perceived need of a new standard, As someone who is not an academic researcher and not a student in CS, I would like to express a personal opinion;

[Haskell] Re: IO functions reference?

2005-09-26 Thread Stephane Bortzmeyer
On Mon, Sep 26, 2005 at 10:19:09AM -0500, Creighton Hogg <[EMAIL PROTECTED]> wrote a message of 13 lines which said: > Is there a reference where one can lookup all these things? I use: http://www.zvon.org/other/haskell/Outputglobal/index.html ___

[Haskell] Re: HaskellForge

2005-05-26 Thread Stephane Bortzmeyer
On Thu, May 26, 2005 at 01:25:48PM +0200, Marnix Klooster <[EMAIL PROTECTED]> wrote a message of 62 lines which said: > One can start with just storing the darcs repository (-ies) for a > project on SF, and export it through SF's web space. It is not very convenient and: > And you can easily

[Haskell] Re: ANNOUNCE: The jhc Haskell compiler.

2005-04-27 Thread Stephane Bortzmeyer
On Tue, Apr 19, 2005 at 04:54:42AM -0700, John Meacham <[EMAIL PROTECTED]> wrote a message of 375 lines which said: > There are still substantial issues which need to be overcome before > jhc can be used for general Haskell programing Do you plan to support ghc command-line flags? Because I tr