[Haskell-beginners] First haskell package..

Mike Meyer mwm at mired.org
Sun Jul 3 11:08:27 CEST 2011


After much dithering, I'm finally ready to release a first haskell
project, eddie. I figured I'd run it past the helpful people here for
feedback before making a more official announcement.

eddie is a command line tool that lets you use haskell functions to
filter files. Functions is meant in the most general sense - any
expression that can be evaluated to a type of "String -> String" can
be used.

The home page is http://eddie.googlecode.com/. There are a couple of
pages of examples in the wiki. The 0.1 source tarball is available in
downloads, and includes the .cabal file for building. It's not in
hackage yet - I'm awaiting a username.

    <mike
-- 
Mike Meyer <mwm at mired.org>		http://www.mired.org/
Independent Software developer/SCM consultant, email for more information.

O< ascii ribbon campaign - stop html mail - www.asciiribbon.org



More information about the Beginners mailing list