Re: Haskell Platform proposal: add attoparsec

2013-01-30 Thread Johan Tibell
On Thu, Jan 24, 2013 at 11:15 AM, Bryan O'Sullivan wrote: > On Thu, Jan 24, 2013 at 12:56 AM, Bas van Dijk wrote: >> >> But for now I would be happy if attoparsec would go in as is. > > Almost. There's a rather nasty bug that needs fixing some time soon: > https://github.com/bos/attoparsec/issues

Re: Haskell Platform proposal: add attoparsec

2013-01-25 Thread wren ng thornton
On 1/24/13 4:03 AM, Gregory Collins wrote: On Thu, Jan 24, 2013 at 12:04 AM, wren ng thornton wrote: One potential concern I have is about how inclusion affects future development; i.e., I forget whether this means following the Libraries process from now on, or not. A quick look at the HP wiki

Re: Haskell Platform proposal: add attoparsec

2013-01-24 Thread Bryan O'Sullivan
On Thu, Jan 24, 2013 at 12:56 AM, Bas van Dijk wrote: > But for now I would be happy if attoparsec would go in as is. > Almost. There's a rather nasty bug that needs fixing some time soon: https://github.com/bos/attoparsec/issues/21 I tried seeing if doing nothing for a few months would cause so

Re: Haskell Platform proposal: add attoparsec

2013-01-24 Thread Gregory Collins
On Thu, Jan 24, 2013 at 12:04 AM, wren ng thornton wrote: > One potential concern I have is about how inclusion affects future > development; i.e., I forget whether this means following the Libraries > process from now on, or not. A quick look at the HP wiki didn't find > anything answering this d

Re: Haskell Platform proposal: add attoparsec

2013-01-24 Thread Bas van Dijk
On Jan 23, 2013 11:30 AM, "Gregory Collins" wrote: > I'm proposing the popular and widely-used attoparsec to become part of the Haskell Platform. +1 In the future it would be nice if the Data.Attoparsec.Combinator module was moved to a separate package so that both parsec and attoparsec can prov

Re: Haskell Platform proposal: add attoparsec

2013-01-23 Thread wren ng thornton
On 1/23/13 5:30 AM, Gregory Collins wrote: > Hi all, > > I'm proposing the popular and widely-used attoparsec to become part of the > Haskell Platform. The wiki page for this proposal is here: > > http://trac.haskell.org/haskell-platform/wiki/Proposals/attoparsec > > The attoparsec package can

Haskell Platform proposal: add attoparsec

2013-01-23 Thread Gregory Collins
Hi all, I'm proposing the popular and widely-used attoparsec to become part of the Haskell Platform. The wiki page for this proposal is here: http://trac.haskell.org/haskell-platform/wiki/Proposals/attoparsec The attoparsec package can be found on Hackage: http://hackage.haskell.org/pac