Re: [Haskell] ANN: Yi 0.6.3

2011-03-29 Thread Nicolas Pouillard
On Mon, 28 Mar 2011 14:40:21 -0500, Jeff Wheeler wheel...@illinois.edu wrote: On Mon, Mar 28, 2011 at 7:33 AM, Edward Amsden eca7...@cs.rit.edu wrote:  * mention alex in the cabal file (I don't remember the syntax but there is    a way to specify tools needed to build). build-tools: alex

Re: [Haskell] ANN: Yi 0.6.3

2011-03-28 Thread Nicolas Pouillard
On Fri, 25 Mar 2011 01:23:46 -0500, Jeff Wheeler wheel...@illinois.edu wrote: Hi all, I'm very excited to announce the first release of Yi since last summer. It is relatively light on new features, but it finally should compile nicely on friendly machines. This means, for the most part,

Re: [Haskell] ANN: Yi 0.6.3

2011-03-28 Thread Edward Amsden
 * mention alex in the cabal file (I don't remember the syntax but there is    a way to specify tools needed to build). build-tools: alex in the library/executable section ___ Haskell mailing list Haskell@haskell.org

Re: [Haskell] ANN: Yi 0.6.3

2011-03-28 Thread Jeff Wheeler
On Mon, Mar 28, 2011 at 7:33 AM, Edward Amsden eca7...@cs.rit.edu wrote:  * mention alex in the cabal file (I don't remember the syntax but there is    a way to specify tools needed to build). build-tools: alex in the library/executable section Oh, my bad. I removed this because alex is

Re: [Haskell] ANN: Yi 0.6.3

2011-03-28 Thread Krzysztof Skrzętnicki
It's rather off-topic, but I'm curious: what makes fclabels better than data-accessor? The latter seems to be more successful in terms of the number of packages available on Hackage that provide some extra functionality for it. Best regards, Krzysztof Skrzętnicki On Mon, Mar 28, 2011 at 21:40,

Re: [Haskell] ANN: Yi 0.6.3

2011-03-28 Thread Ivan Lazar Miljenovic
On 29 March 2011 06:40, Jeff Wheeler wheel...@illinois.edu wrote: On Mon, Mar 28, 2011 at 7:33 AM, Edward Amsden eca7...@cs.rit.edu wrote:  * mention alex in the cabal file (I don't remember the syntax but there is    a way to specify tools needed to build). build-tools: alex in the

Re: [Haskell] ANN: Yi 0.6.3

2011-03-28 Thread Daniel Fischer
On Monday 28 March 2011 23:06:16, Ivan Lazar Miljenovic wrote: Not everyone has the Platform installed! (I prefer to install ghc and then just the libraries I need via my package manager). +1 - except I cabal-install the libraries I need (and have alex installed anyway).

Re: [Haskell] ANN: Yi 0.6.3

2011-03-28 Thread Ivan Lazar Miljenovic
On 29 March 2011 12:10, Brandon S Allbery KF8NH allber...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/28/11 17:06 , Ivan Lazar Miljenovic wrote: On 29 March 2011 06:40, Jeff Wheeler wheel...@illinois.edu wrote: Oh, my bad. I removed this because alex is included in

Re: [Haskell] ANN: Yi 0.6.3

2011-03-28 Thread Brandon S Allbery KF8NH
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/28/11 21:15 , Ivan Lazar Miljenovic wrote: On 29 March 2011 12:10, Brandon S Allbery KF8NH allber...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/28/11 17:06 , Ivan Lazar Miljenovic wrote: On 29 March 2011 06:40, Jeff

Re: [Haskell] ANN: Yi 0.6.3

2011-03-28 Thread Ivan Lazar Miljenovic
On 29 March 2011 12:19, Brandon S Allbery KF8NH allber...@gmail.com wrote: No, my meaning was that the reasoning of I don't need to specify this as a dependency since it's part of the Platform isn't sound since not everyone has the Platform. The point of the Platform is to provide a baseline.

Re: [Haskell] ANN: Yi 0.6.3

2011-03-28 Thread Brandon Moore
On 2011-03-28 20:19:15PM Brandon S Allbery KF8NH allber...@gmail.com wrote: On 3/28/11 21:15 , Ivan Lazar Miljenovic wrote: On 29 March 2011 12:10, Brandon S Allbery KF8NH allber...@gmail.com wrote: On 3/28/11 17:06 , Ivan Lazar Miljenovic wrote: On 29 March 2011 06:40, Jeff Wheeler

Re: [Haskell] ANN: Yi 0.6.3

2011-03-28 Thread Brandon S Allbery KF8NH
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/28/11 21:29 , Ivan Lazar Miljenovic wrote: On 29 March 2011 12:19, Brandon S Allbery KF8NH allber...@gmail.com wrote: No, my meaning was that the reasoning of I don't need to specify this as a dependency since it's part of the Platform isn't

Re: [Haskell] ANN: Yi 0.6.3

2011-03-28 Thread Jason Dagit
On Mon, Mar 28, 2011 at 6:39 PM, Brandon S Allbery KF8NH allber...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/28/11 21:29 , Ivan Lazar Miljenovic wrote: On 29 March 2011 12:19, Brandon S Allbery KF8NH allber...@gmail.com wrote: No, my meaning was that the

Re: [Haskell] ANN: Yi 0.6.3

2011-03-28 Thread Jeff Wheeler
On Mon, Mar 28, 2011 at 8:46 PM, Jason Dagit dag...@gmail.com wrote: I think Ivan's point is: When we can be precise about dependencies we should be.  I agree that someone using the HP as a dependency might not realize that Alex is part of that.  Depending on the HP is a conservative

[Haskell] ANN: Yi 0.6.3

2011-03-25 Thread Jeff Wheeler
Hi all, I'm very excited to announce the first release of Yi since last summer. It is relatively light on new features, but it finally should compile nicely on friendly machines. This means, for the most part, machines with the latest Haskell Platform installed. (Windows, unfortunately, has not