[Haskell] ANN : happs-tutorial 0.8

2009-03-08 Thread Creighton Hogg
Hello, I'd like to announce the release of the happstack-0.2 compatible release of happs-tutorial on hackage and available for perusing on tutorial.happstack.com. A number of changes occurred in this release: * General cleanup of code for readability * Migration to the new Happstack.Server.Simple

[Haskell] Re: [Haskell-cafe] ANN : Crypto 4.2.0 & Related News

2009-02-16 Thread Creighton Hogg
On Mon, Feb 16, 2009 at 7:30 PM, Antoine Latter wrote: > On Mon, Feb 16, 2009 at 12:48 PM, Creighton Hogg wrote: >> Hello Haskellers, >> >> I'm pleased to announce version 4.2.0 of Crypto has been uploaded to >> Hackage & that I am taking over maintenance of

[Haskell] ANN : Crypto 4.2.0 & Related News

2009-02-16 Thread Creighton Hogg
Hello Haskellers, I'm pleased to announce version 4.2.0 of Crypto has been uploaded to Hackage & that I am taking over maintenance of the library from Dominic Steinitz. As of this release it should be cabal install'able on GHC 6.10.1. I'm also pleased to announce that the darcs repo will be movi

[Haskell] ANN : happs-tutorial 0.7

2009-02-07 Thread Creighton Hogg
ve effort into making HAppS/Happstack more accessible. Please feel free to e-mail me with any comments, errata, or threats of bodily harm. Cheers, Creighton Hogg ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

Re: [Haskell] Making Haskell more open

2005-11-11 Thread Creighton Hogg
On Fri, 11 Nov 2005, Gour wrote: > Wolfgang Jeltsch ([EMAIL PROTECTED]) wrote: > > > The advantage of newsgroups over mailing lists is that newsgroups are > > designed > > for discussions among several people and therefore newsgroup software > > supports this kind of usage very well while mailin

[Haskell] Alex question

2005-10-02 Thread Creighton Hogg
Hi, I've read through the documentation on Alex abit, but since I'm not the sharpest tool in the shed I'm not really seeing the obvious way to take the output file of Alex and make a program that will print out the list of tokens scanned from an input file. I had to do something like this this

Re: [Haskell] Re: IO functions reference?

2005-09-27 Thread Creighton Hogg
On Tue, 27 Sep 2005, Ketil Malde wrote: > Creighton Hogg <[EMAIL PROTECTED]> writes: > > > So I looked to see if there were any standard functions for > > taking an input line and turning it into a list, and I > > couldn't find any. How would one do this in

[Haskell] Re: IO functions reference?

2005-09-27 Thread Creighton Hogg
On Mon, 26 Sep 2005, Stephane Bortzmeyer wrote: > 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: > &g

[Haskell] IO functions reference?

2005-09-26 Thread Creighton Hogg
Hi, I've been trying to write some code in Haskell and have been running into trouble not knowing the already built-in IO functions. For example, is there a function that will take a line and turn it into a list? Is there a reference where one can lookup all these things? Thanks, Crei