Re: [Haskell] getting started

2011-09-28 Thread Diego Souza
You may also enjoy reading: http://learnyouahaskell.com/ It is also freely available online. ~dsouza On Wed, Sep 28, 2011 at 02:56:46AM -0700, haskell wrote: > i am new to haskell can you tell me the softwares to install in haskell > i have install hugs emacs > but when i write any code it give

Re: [Haskell] letter?

2010-12-18 Thread Diego Souza
$ whois might give us a clue: Domain ID:D495475-LROR Domain Name:HASKELL.ORG Created On:12-Dec-1996 05:00:00 UTC Last Updated On:17-Dec-2010 16:46:40 UTC Expiration Date:11-Dec-2013 05:00:00 UTC Sponsoring Registrar:Network Solutions LLC (R63-LROR) Status:CLIENT TRANSFER PROHIBITED Status:RENEWPER

[Haskell] ANN: hoauth v0.3.1

2010-09-22 Thread Diego Souza
Hi All, I'm pleased to announce hoauth-0.3.1. The major change in this version is error handling. Instead of using fail, you may now provide your own error handling function. Unfortunately I've made changes that make this version incompatible with previous ones. Although I believe updating to thi

[Haskell] Re: ANN: iyql - interactive yql

2010-09-09 Thread Diego Souza
Oh, forget to send the links: cabal pkg: http://hackage.haskell.org/package/iyql source: http://github.com/dsouza/iyql Thanks! On Wed, Sep 8, 2010 at 11:27 PM, Diego Souza wrote: > Hi All, > > I'm pleased to announce iyql, an interactive CLI for YQL [ > http://developer.yaho

[Haskell] ANN: iyql - interactive yql

2010-09-08 Thread Diego Souza
Hi All, I'm pleased to announce iyql, an interactive CLI for YQL [ http://developer.yahoo.com/yql/console]. This version provides the first release, which allows you perform all queries supported by YQL [with the sole exception of parenthesis in WHERE clause]. Among other things, completion and hi

[Haskell] ANNOUNCE: OAuth library in haskell

2009-08-24 Thread Diego Souza
Dear Haskellers, hoauth is a library which helps you to deal with oauth protocol. Currently it supports only consumer side applications, but there are plans to add service providers support in near future. The source code can be found at [darcs]: http://projects.bitforest.org/hoauth/ and now in h