[Haskell-cafe] HTTP and Browser modules

2005-04-18 Thread Atwood, John Wesley
> 11. HTTP and Browser modules (David Owen) > Message: 11 > Date: Mon, 18 Apr 2005 02:28:17 + > From: "David Owen" <[EMAIL PROTECTED]> > Subject: [Haskell-cafe] HTTP and Browser modules > To: haskell-cafe@haskell.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; format=flowed

[Haskell-cafe] Conal Elliott's Vertigo, anyone get it to run?

2005-05-04 Thread Atwood, John Wesley
I tried to run Conal Elliott's Vertigo demos, on 3 diffferent XP boxes; it ran on none. The error is "Common Language Runtime Services - Appication has generated an exception that could not be handled. Process id=, Thread id=". Any suggestions? http://conal.net/Vertigo/ John A

RE: [Haskell-cafe] Conal Elliott's Vertigo, anyone get it to run?

2005-05-05 Thread Atwood, John Wesley
> On 5/5/05, Atwood, John Wesley <[EMAIL PROTECTED]> wrote: > > I tried to run Conal Elliott's Vertigo demos, on 3 diffferent XP > > boxes; it ran on none. The error is "Common Language Runtime Services > > - Appication has generated an exception that coul

[Haskell-cafe] RE: Haskell-Cafe Digest, Vol 21, Issue 31

2005-05-17 Thread Atwood, John Wesley
> Date: Wed, 11 May 2005 17:22:25 -0400 (Eastern Standard Time) > From: "S. Alexander Jacobson" <[EMAIL PROTECTED]> > Subject: [Haskell-cafe] subRegex bug? > > Am I misunderstanding the regex docs? > > *MyMod> subRegex (mkRegex "\\." ) "foo.bar" "blah" > "foo*** Exception: Text.Regex.Posix.regcom

Re: [Haskell-cafe] Linear shuffle

2005-01-14 Thread Atwood, John Wesley
> Gracjan Polak <[EMAIL PROTECTED]> wrote: > John Meacham wrote: > > Oleg wrote a great article on implementing the perfect > shuffle. with > > some sample code. > > > > http://okmij.org/ftp/Haskell/misc.html#perfect-shuffle > > > > Thats the kind of answer I was hoping to get :) Thanks. >

Re: [Haskell-cafe] Problem with wxHaskell

2005-01-14 Thread Atwood, John Wesley
> Jinwoo Lee <[EMAIL PROTECTED]> > You can remove that error message by including following in > package.conf file. > > Package >{name = "readline", > auto = True, > import_dirs = ["$libdir/imports"], > source_dirs = [], > library_dirs = ["$libdir"], > hs_libraries = ["HSr