
Hello. I have some trouble with HDBC-mysql package ( http://hackage.haskell.org/package/HDBC-mysql). It depends on base (<4), but in GHC 7 - base 4.3.1. I download a HDBC-mysql package and change dependence in .cabal file to base (<5). It works fine. But I want to build another package that depend on HDBC-mysql and cabal check dependencies from the hackage, where is HDBC-mysql depend on base (<4). What I should do?

Changing the dependency isn't enough. You also want to bump the version
number (say, A.B.C.D into A.B.C.D.1) and make your project depend on the
bumped version. This way cabal wont find that version anywhere but in
installed database and will continue just fine.
If the library works fine under base-4 you might also contact the developer
so that he can upload the new version which will allow you to drop that hack
altogether.
Working with such locally-changed versions can be easier if you try
cabal-devel tool or similar.
But I think might consider another solution: don't use that library. As HDBC
docshttp://hackage.haskell.org/packages/archive/HDBC/2.2.6.1/doc/html/Database-H...says:
ODBC Available from http://software.complete.org/hdbc-odbc. Or, to
partitipace in development, use git clone git://git.complete.org/hdbc-odbc
MySQL MySQL users have two choices: the first is the ODBC driver, which
works and has been tested against MySQL on both Linux/Unix and Windows
platforms. There is also an *alpha-quality* native MySQL driver available
for download at
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-mysql with a
homepage at http://www.maubi.net/~waterson/hacks/hdbc-mysql.html.
So clearly, HDBC developer(s?) think that HDBC-odbc is the way.
Best regards,
Krzysztof Skrzętnicki
On Sat, Apr 2, 2011 at 00:46, Alexey G
Hello. I have some trouble with HDBC-mysql package ( http://hackage.haskell.org/package/HDBC-mysql). It depends on base (<4), but in GHC 7 - base 4.3.1. I download a HDBC-mysql package and change dependence in .cabal file to base (<5). It works fine. But I want to build another package that depend on HDBC-mysql and cabal check dependencies from the hackage, where is HDBC-mysql depend on base (<4).
What I should do?
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

Thank you! I already rapport about this issue to the mantainer of
HDBC-mysql.
2011/4/2 Krzysztof Skrzętnicki
Changing the dependency isn't enough. You also want to bump the version number (say, A.B.C.D into A.B.C.D.1) and make your project depend on the bumped version. This way cabal wont find that version anywhere but in installed database and will continue just fine.
If the library works fine under base-4 you might also contact the developer so that he can upload the new version which will allow you to drop that hack altogether.
Working with such locally-changed versions can be easier if you try cabal-devel tool or similar.
But I think might consider another solution: don't use that library. As HDBC docshttp://hackage.haskell.org/packages/archive/HDBC/2.2.6.1/doc/html/Database-H...says:
ODBC Available from http://software.complete.org/hdbc-odbc. Or, to partitipace in development, use git clone git://git.complete.org/hdbc-odbc MySQL MySQL users have two choices: the first is the ODBC driver, which works and has been tested against MySQL on both Linux/Unix and Windows platforms. There is also an *alpha-quality* native MySQL driver available for download at http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-mysql with a homepage at http://www.maubi.net/~waterson/hacks/hdbc-mysql.html.
So clearly, HDBC developer(s?) think that HDBC-odbc is the way.
Best regards, Krzysztof Skrzętnicki
On Sat, Apr 2, 2011 at 00:46, Alexey G
wrote: Hello. I have some trouble with HDBC-mysql package ( http://hackage.haskell.org/package/HDBC-mysql). It depends on base (<4), but in GHC 7 - base 4.3.1. I download a HDBC-mysql package and change dependence in .cabal file to base (<5). It works fine. But I want to build another package that depend on HDBC-mysql and cabal check dependencies from the hackage, where is HDBC-mysql depend on base (<4).
What I should do?
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

Good afternoon, I've read all the books and am looking for some pro bono Haskell Development work... If you have some, please email me... Thanks

I would pick a project and contribute a patch to it, or start one of your own.
-deech
On Mon, Apr 4, 2011 at 4:17 PM, Patrick Lynch
Good afternoon, I've read all the books and am looking for some pro bono Haskell Development work... If you have some, please email me... Thanks _______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

Good morning,
Thanks for the advice.
I sent an email to Zvon and volunteered to help them with the examples of
Haskell functions in their "Haskell Reference Page"
The projects that I envisage are:
- I tried to get TK installed but was unable to do so, if someone is
working this install, I would be willing to test it for them...
- If anyone is working on a web front-end to Haskell, I would be
willing to participate...
Good day
----- Original Message -----
From: "aditya siram"
I would pick a project and contribute a patch to it, or start one of your own. -deech
On Mon, Apr 4, 2011 at 4:17 PM, Patrick Lynch
wrote: Good afternoon, I've read all the books and am looking for some pro bono Haskell Development work... If you have some, please email me... Thanks _______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

...one more project...
I tried to understand Category Theory but was unable to do so...
I tried reading three books in regard to it and can understand the
definition of Category...but couldn't follow any of these books past the
first chapter and was unable to do any of the exercises in them...
However, I did see a few links that 'graphically' showed a Category and
another that showed some categories and how they were implemented in
Haskell - these made the most sense to me...
Since categories are the basis for Functors, Monoids and Monads - which are
extensively used in Haskell and implicitly used, I think, in Linq - I would
be very willing to participate in a project that showed categories and how
they are implemented in Haskell...
Just a thought...
Ps
I am an independent software consultant [been doing it for 30+ years].
I did a market evaluation of Haskell and Linq and found the following:
- there are page after page of Ling/C# jobs...
- I only saw 1 Haskell job...
It 'begs the question': is some commercial organization going to implement
Haskell as a product [I don't think it will be Microsoft, since they have
introduced F#]...
----- Original Message -----
From: "Patrick Lynch"
Good morning, Thanks for the advice. I sent an email to Zvon and volunteered to help them with the examples of Haskell functions in their "Haskell Reference Page" The projects that I envisage are: - I tried to get TK installed but was unable to do so, if someone is working this install, I would be willing to test it for them... - If anyone is working on a web front-end to Haskell, I would be willing to participate... Good day
----- Original Message ----- From: "aditya siram"
To: "Patrick Lynch" Cc: Sent: Monday, April 04, 2011 5:19 PM Subject: Re: [Haskell-beginners] Looking for some pro bono haskell work I would pick a project and contribute a patch to it, or start one of your own. -deech
On Mon, Apr 4, 2011 at 4:17 PM, Patrick Lynch
wrote: Good afternoon, I've read all the books and am looking for some pro bono Haskell Development work... If you have some, please email me... Thanks _______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

Patrick, Since you are interested in helping a haskell based web front-end project, have you thought about contacting the Yesod project? Bryce On 04/05/2011 07:04 AM, Patrick Lynch wrote:
...one more project...
I tried to understand Category Theory but was unable to do so... I tried reading three books in regard to it and can understand the definition of Category...but couldn't follow any of these books past the first chapter and was unable to do any of the exercises in them... However, I did see a few links that 'graphically' showed a Category and another that showed some categories and how they were implemented in Haskell - these made the most sense to me... Since categories are the basis for Functors, Monoids and Monads - which are extensively used in Haskell and implicitly used, I think, in Linq - I would be very willing to participate in a project that showed categories and how they are implemented in Haskell...
Just a thought...
Ps I am an independent software consultant [been doing it for 30+ years]. I did a market evaluation of Haskell and Linq and found the following: - there are page after page of Ling/C# jobs... - I only saw 1 Haskell job... It 'begs the question': is some commercial organization going to implement Haskell as a product [I don't think it will be Microsoft, since they have introduced F#]...
----- Original Message ----- From: "Patrick Lynch"
To: "aditya siram" Cc: Sent: Tuesday, April 05, 2011 9:45 AM Subject: Re: [Haskell-beginners] Looking for some pro bono haskell work Good morning, Thanks for the advice. I sent an email to Zvon and volunteered to help them with the examples of Haskell functions in their "Haskell Reference Page" The projects that I envisage are: - I tried to get TK installed but was unable to do so, if someone is working this install, I would be willing to test it for them... - If anyone is working on a web front-end to Haskell, I would be willing to participate... Good day
----- Original Message ----- From: "aditya siram"
To: "Patrick Lynch" Cc: Sent: Monday, April 04, 2011 5:19 PM Subject: Re: [Haskell-beginners] Looking for some pro bono haskell work I would pick a project and contribute a patch to it, or start one of your own. -deech
On Mon, Apr 4, 2011 at 4:17 PM, Patrick Lynch
wrote: Good afternoon, I've read all the books and am looking for some pro bono Haskell Development work... If you have some, please email me... Thanks _______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

Good morning,
Thanks for the advice, I have contacted Yesod...
I'm in the process of installing it but am running into a Cabal problem...it
seems to be looking for Perl...
I have Perl on my pc but I don't know how to inform Cabal of where it is
located...
I'm going to take a look at the Cabal User Guide...
I'll let you know how I make out...
Good day
----- Original Message -----
From: "Bryce Verdier"
Patrick,
Since you are interested in helping a haskell based web front-end project, have you thought about contacting the Yesod project?
Bryce
On 04/05/2011 07:04 AM, Patrick Lynch wrote:
...one more project...
I tried to understand Category Theory but was unable to do so... I tried reading three books in regard to it and can understand the definition of Category...but couldn't follow any of these books past the first chapter and was unable to do any of the exercises in them... However, I did see a few links that 'graphically' showed a Category and another that showed some categories and how they were implemented in Haskell - these made the most sense to me... Since categories are the basis for Functors, Monoids and Monads - which are extensively used in Haskell and implicitly used, I think, in Linq - I would be very willing to participate in a project that showed categories and how they are implemented in Haskell...
Just a thought...
Ps I am an independent software consultant [been doing it for 30+ years]. I did a market evaluation of Haskell and Linq and found the following: - there are page after page of Ling/C# jobs... - I only saw 1 Haskell job... It 'begs the question': is some commercial organization going to implement Haskell as a product [I don't think it will be Microsoft, since they have introduced F#]...
----- Original Message ----- From: "Patrick Lynch"
To: "aditya siram" Cc: Sent: Tuesday, April 05, 2011 9:45 AM Subject: Re: [Haskell-beginners] Looking for some pro bono haskell work Good morning, Thanks for the advice. I sent an email to Zvon and volunteered to help them with the examples of Haskell functions in their "Haskell Reference Page" The projects that I envisage are: - I tried to get TK installed but was unable to do so, if someone is working this install, I would be willing to test it for them... - If anyone is working on a web front-end to Haskell, I would be willing to participate... Good day
----- Original Message ----- From: "aditya siram"
To: "Patrick Lynch" Cc: Sent: Monday, April 04, 2011 5:19 PM Subject: Re: [Haskell-beginners] Looking for some pro bono haskell work I would pick a project and contribute a patch to it, or start one of your own. -deech
On Mon, Apr 4, 2011 at 4:17 PM, Patrick Lynch
wrote: Good afternoon, I've read all the books and am looking for some pro bono Haskell Development work... If you have some, please email me... Thanks _______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

"Patrick Lynch"
...one more project...
I tried to understand Category Theory but was unable to do so... I tried reading three books in regard to it and can understand the definition of Category...but couldn't follow any of these books past the first chapter and was unable to do any of the exercises in them... However, I did see a few links that 'graphically' showed a Category and another that showed some categories and how they were implemented in Haskell - these made the most sense to me... Since categories are the basis for Functors, Monoids and Monads - which are extensively used in Haskell and implicitly used, I think, in Linq - I would be very willing to participate in a project that showed categories and how they are implemented in Haskell...
I'd like to add that while category theory is the foundation of a lot of concepts in Haskell, it is not strictly necessary to understand any CT to follow them. I, for example, write many real world applications in Haskell while understanding, just like you, what a category is. It is not necessary to understand on a categorical level what functors or monads are. You just need to be able to make intuitive sense of the definitions and laws. CT gives you some terminology and some connecting lines between those, but it will not make you a better Haskell programmer per se. However, one shortcoming of the current base library is that some of the expressable connections between categorical concepts are not expressed. For example, Monad is not a subclass of Functor, even though every monad is a functor categorically and given a monad instance it is trivial to write a valid functor instance. This is unfortunate, but doesn't change my point.
I am an independent software consultant [been doing it for 30+ years]. I did a market evaluation of Haskell and Linq and found the following: - there are page after page of Ling/C# jobs... - I only saw 1 Haskell job... It 'begs the question': is some commercial organization going to implement Haskell as a product [I don't think it will be Microsoft, since they have introduced F#]...
While there are only few companies hiring Haskell programmers (most of them work in the financial sector), you can very well use Haskell to increase your own productivity. Greets, Ertugrul -- nightmare = unsafePerformIO (getWrongWife >>= sex) http://ertes.de/

I'm no Haskell guru, but I don't know any category theory and it
hasn't been a major stumbling block for me. I think you get a long
ways with Haskell before you need to go there.
-deech
On Tue, Apr 5, 2011 at 9:04 AM, Patrick Lynch
...one more project...
I tried to understand Category Theory but was unable to do so... I tried reading three books in regard to it and can understand the definition of Category...but couldn't follow any of these books past the first chapter and was unable to do any of the exercises in them... However, I did see a few links that 'graphically' showed a Category and another that showed some categories and how they were implemented in Haskell - these made the most sense to me... Since categories are the basis for Functors, Monoids and Monads - which are extensively used in Haskell and implicitly used, I think, in Linq - I would be very willing to participate in a project that showed categories and how they are implemented in Haskell...
Just a thought...
Ps I am an independent software consultant [been doing it for 30+ years]. I did a market evaluation of Haskell and Linq and found the following: - there are page after page of Ling/C# jobs... - I only saw 1 Haskell job... It 'begs the question': is some commercial organization going to implement Haskell as a product [I don't think it will be Microsoft, since they have introduced F#]...
----- Original Message ----- From: "Patrick Lynch"
To: "aditya siram" Cc: Sent: Tuesday, April 05, 2011 9:45 AM Subject: Re: [Haskell-beginners] Looking for some pro bono haskell work Good morning, Thanks for the advice. I sent an email to Zvon and volunteered to help them with the examples of Haskell functions in their "Haskell Reference Page" The projects that I envisage are: - I tried to get TK installed but was unable to do so, if someone is working this install, I would be willing to test it for them... - If anyone is working on a web front-end to Haskell, I would be willing to participate... Good day
----- Original Message ----- From: "aditya siram"
To: "Patrick Lynch" Cc: Sent: Monday, April 04, 2011 5:19 PM Subject: Re: [Haskell-beginners] Looking for some pro bono haskell work I would pick a project and contribute a patch to it, or start one of your own. -deech
On Mon, Apr 4, 2011 at 4:17 PM, Patrick Lynch
wrote: Good afternoon, I've read all the books and am looking for some pro bono Haskell Development work... If you have some, please email me... Thanks _______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

Maybe i should start a new thread here ( i certainly don't want to derail
the conversation too much) but could someone explain the differences between
happstack and yesod? Also, i've been thinking of getting my hands dirtier
with haskell and trying to possibly create a webiste in Haskell. What are
the strengths and weaknesses of each?
Thanks,
_Ramy
On Tue, Apr 5, 2011 at 12:34 PM, aditya siram
I'm no Haskell guru, but I don't know any category theory and it hasn't been a major stumbling block for me. I think you get a long ways with Haskell before you need to go there. -deech
On Tue, Apr 5, 2011 at 9:04 AM, Patrick Lynch
wrote: ...one more project...
I tried to understand Category Theory but was unable to do so... I tried reading three books in regard to it and can understand the definition of Category...but couldn't follow any of these books past the first chapter and was unable to do any of the exercises in them... However, I did see a few links that 'graphically' showed a Category and another that showed some categories and how they were implemented in Haskell - these made the most sense to me... Since categories are the basis for Functors, Monoids and Monads - which are extensively used in Haskell and implicitly used, I think, in Linq - I would be very willing to participate in a project that showed categories and how they are implemented in Haskell...
Just a thought...
Ps I am an independent software consultant [been doing it for 30+ years]. I did a market evaluation of Haskell and Linq and found the following: - there are page after page of Ling/C# jobs... - I only saw 1 Haskell job... It 'begs the question': is some commercial organization going to implement Haskell as a product [I don't think it will be Microsoft, since they have introduced F#]...
----- Original Message ----- From: "Patrick Lynch"
To: "aditya siram" Cc: Sent: Tuesday, April 05, 2011 9:45 AM Subject: Re: [Haskell-beginners] Looking for some pro bono haskell work Good morning, Thanks for the advice. I sent an email to Zvon and volunteered to help them with the examples of Haskell functions in their "Haskell Reference Page" The projects that I envisage are: - I tried to get TK installed but was unable to do so, if someone is working this install, I would be willing to test it for them... - If anyone is working on a web front-end to Haskell, I would be willing to participate... Good day
----- Original Message ----- From: "aditya siram" < aditya.siram@gmail.com> To: "Patrick Lynch"
Cc: Sent: Monday, April 04, 2011 5:19 PM Subject: Re: [Haskell-beginners] Looking for some pro bono haskell work I would pick a project and contribute a patch to it, or start one of your own. -deech
On Mon, Apr 4, 2011 at 4:17 PM, Patrick Lynch < kmandpjlynch@verizon.net> wrote:
Good afternoon, I've read all the books and am looking for some pro bono Haskell Development work... If you have some, please email me... Thanks _______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

Hello Ramy,
Yesod is a tightly integrated web framework, while Happstack is more
like a set of libraries for web development. The main difference is
that Happstack uses normal Haskell approaches to everything and allows
you to use individual components easily, while the idea of Yesod is to
add more integration and some own language (by Template Haskell and
quasi-quoting) to allow you to write less code.
You can be very productive with both of them. If you want more freedom,
use Happstack. If you want more integration, use Yesod. Personally I
found myself to have shorter development cycles with Yesod, but it has a
steep learning curve, because you need to understand Haskell and a few
of its extensions well to use it.
That's just my opinion, by the way. Others may have made different
experiences.
Greets,
Ertugrul
Ramy Abdel-Azim
Maybe i should start a new thread here ( i certainly don't want to derail the conversation too much) but could someone explain the differences between happstack and yesod? Also, i've been thinking of getting my hands dirtier with haskell and trying to possibly create a webiste in Haskell. What are the strengths and weaknesses of each? Thanks, _Ramy
On Tue, Apr 5, 2011 at 12:34 PM, aditya siram
wrote: I'm no Haskell guru, but I don't know any category theory and it hasn't been a major stumbling block for me. I think you get a long ways with Haskell before you need to go there. -deech
On Tue, Apr 5, 2011 at 9:04 AM, Patrick Lynch
wrote: ...one more project...
I tried to understand Category Theory but was unable to do so... I tried reading three books in regard to it and can understand the definition of Category...but couldn't follow any of these books past the first chapter and was unable to do any of the exercises in them... However, I did see a few links that 'graphically' showed a Category and another that showed some categories and how they were implemented in Haskell - these made the most sense to me... Since categories are the basis for Functors, Monoids and Monads - which are extensively used in Haskell and implicitly used, I think, in Linq - I would be very willing to participate in a project that showed categories and how they are implemented in Haskell...
Just a thought...
Ps I am an independent software consultant [been doing it for 30+ years]. I did a market evaluation of Haskell and Linq and found the following: - there are page after page of Ling/C# jobs... - I only saw 1 Haskell job... It 'begs the question': is some commercial organization going to implement Haskell as a product [I don't think it will be Microsoft, since they have introduced F#]...
----- Original Message ----- From: "Patrick Lynch"
To: "aditya siram" Cc: Sent: Tuesday, April 05, 2011 9:45 AM Subject: Re: [Haskell-beginners] Looking for some pro bono haskell work Good morning, Thanks for the advice. I sent an email to Zvon and volunteered to help them with the examples of Haskell functions in their "Haskell Reference Page" The projects that I envisage are: - I tried to get TK installed but was unable to do so, if someone is working this install, I would be willing to test it for them... - If anyone is working on a web front-end to Haskell, I would be willing to participate... Good day
----- Original Message ----- From: "aditya siram" < aditya.siram@gmail.com> To: "Patrick Lynch"
Cc: Sent: Monday, April 04, 2011 5:19 PM Subject: Re: [Haskell-beginners] Looking for some pro bono haskell work I would pick a project and contribute a patch to it, or start one of your own. -deech
On Mon, Apr 4, 2011 at 4:17 PM, Patrick Lynch < kmandpjlynch@verizon.net> wrote:
Good afternoon, I've read all the books and am looking for some pro bono Haskell Development work... If you have some, please email me... Thanks _______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
-- nightmare = unsafePerformIO (getWrongWife >>= sex) http://ertes.de/

Good morning,
Thanks for the advice...I'll take it and proceed to Yesod...
...but take a look at the following link:
http://www.scss.tcd.ie/Edsko.de.Vries/talks/cattheory.pdf
...it does such a nice job in explaining CT and how it interfaces with
Haskell...
...if someone wants to start a project using Edsko's method, I'd be sure to
volunteer...
Good day
----- Original Message -----
From: "aditya siram"
...one more project...
I tried to understand Category Theory but was unable to do so... I tried reading three books in regard to it and can understand the definition of Category...but couldn't follow any of these books past the first chapter and was unable to do any of the exercises in them... However, I did see a few links that 'graphically' showed a Category and another that showed some categories and how they were implemented in Haskell - these made the most sense to me... Since categories are the basis for Functors, Monoids and Monads - which are extensively used in Haskell and implicitly used, I think, in Linq - I would be very willing to participate in a project that showed categories and how they are implemented in Haskell...
Just a thought...
Ps I am an independent software consultant [been doing it for 30+ years]. I did a market evaluation of Haskell and Linq and found the following: - there are page after page of Ling/C# jobs... - I only saw 1 Haskell job... It 'begs the question': is some commercial organization going to implement Haskell as a product [I don't think it will be Microsoft, since they have introduced F#]...
----- Original Message ----- From: "Patrick Lynch"
To: "aditya siram" Cc: Sent: Tuesday, April 05, 2011 9:45 AM Subject: Re: [Haskell-beginners] Looking for some pro bono haskell work Good morning, Thanks for the advice. I sent an email to Zvon and volunteered to help them with the examples of Haskell functions in their "Haskell Reference Page" The projects that I envisage are: - I tried to get TK installed but was unable to do so, if someone is working this install, I would be willing to test it for them... - If anyone is working on a web front-end to Haskell, I would be willing to participate... Good day
----- Original Message ----- From: "aditya siram"
To: "Patrick Lynch" Cc: Sent: Monday, April 04, 2011 5:19 PM Subject: Re: [Haskell-beginners] Looking for some pro bono haskell work I would pick a project and contribute a patch to it, or start one of your own. -deech
On Mon, Apr 4, 2011 at 4:17 PM, Patrick Lynch
wrote: Good afternoon, I've read all the books and am looking for some pro bono Haskell Development work... If you have some, please email me... Thanks _______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
participants (7)
-
aditya siram
-
Alexey G
-
Bryce Verdier
-
Ertugrul Soeylemez
-
Krzysztof Skrzętnicki
-
Patrick Lynch
-
Ramy Abdel-Azim