Re: Haskell Platform proposal: Add case-insensitive

2013-01-21 Thread Isaac Dupree
On 01/21/2013 05:21 PM, Ivan Lazar Miljenovic wrote: Is there any particular reason for this library to be in the Platform? See the proposal: http://trac.haskell.org/haskell-platform/wiki/Proposals/case-insensitive#Rationale "Rationale Used whenever you need a case-insensitive comparison of t

Re: Haskell Platform proposal: Add case-insensitive

2013-01-21 Thread Ivan Lazar Miljenovic
On 22 January 2013 02:00, Gregory Collins wrote: > > On Fri, Jan 11, 2013 at 9:00 PM, Gregory Collins > wrote: >> >> Any proposals for deadlines? Mark? > > > P.S. all: I've set the review deadline to Feb 10. Is there any particular reason for this library to be in the Platform? > > G > -- > Gre

Re: Haskell Platform proposal: Add case-insensitive

2013-01-21 Thread Ganesh Sittampalam
On 11/01/2013 20:00, Gregory Collins wrote: > Hi all, > > First: Bas, would you support making case-insensitive a Haskell platform > package? > > Assuming you say yes, I'd like to propose it for inclusion in the > Haskell platform. The wiki page for this proposal is here: > > http://trac.has

Re: Haskell Platform proposal: Add case-insensitive

2013-01-21 Thread Gregory Collins
On Fri, Jan 11, 2013 at 9:00 PM, Gregory Collins wrote: > Any proposals for deadlines? Mark? P.S. all: I've set the review deadline to Feb 10. G -- Gregory Collins ___ Haskell-platform mailing list Haskell-platform@projects.haskell.org http://projec

Re: Haskell Platform proposal: Add case-insensitive and Haskell 98/2010 compliance

2013-01-21 Thread Bas van Dijk
On 21 January 2013 00:29, Mark Lentczner wrote: > In 0.4.0.2 and earlier, it was mapping Data.Char's toLower for all types > except Text (where it was using Text's toCaseFold) > From 0.4.0.3 and on, it is using Text's toCaseFold for all types, except > ByteString, where it uses it's own toLower fu