[Haskell] ANNOUNCE: hbeanstalk

2010-06-01 Thread Greg Heartsfield
Or at GitHub: http://github.com/scsibug/hbeanstalk/ Enjoy, Greg Heartsfield ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

[Haskell] ANNOUNCE: cabal2doap 0.1

2009-01-04 Thread Greg Heartsfield
is available through Hackage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cabal2doap You can read a little more about it, and see a DOAP graph generated from a haskell project at this blog post: http://blog.gregheartsfield.com/2009/01/04/cabal2doap/ Thanks, Greg Heartsfield

Re: [Haskell-cafe] emacs haskellers: r-stripping files becomes popular

2007-11-22 Thread Greg Heartsfield
Additionally, I find this to be helpful for keeping out trailing whitespace: ;; Highlight trailing whitespace in haskell files (add-hook 'haskell-mode-hook '(lambda () (setq show-trailing-whitespace t))) Cheers, -Greg Heartsfield On Fri, Nov 16, 2007 at 06:14:57PM +0200

Re: [Haskell-cafe] Re: building hslogger

2007-10-20 Thread Greg Heartsfield
Coincidentally, I just sent a patch to John for this very issue. I've attached it here, it simply updates the setup script and cabal file for Cabal 1.2. Thanks, Greg Heartsfield On Thu, Oct 18, 2007 at 09:31:51AM -0500, John Goerzen wrote: On 2007-10-17, Chris Hayden [EMAIL PROTECTED] wrote

[Haskell] ANN: Haskell S3 Library 0.1

2007-09-23 Thread Greg Heartsfield
/hS3-0.1 A brief writeup with links to documentation and the darcs repo is on my blog: http://scsibug.com/2007/09/23/haskell-s3-library/ Thanks, Greg Heartsfield ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell