Re: [Haskell-cafe] [Haskell] ANN: case-insensitive-0.1

2011-02-07 Thread Bas van Dijk
On 7 February 2011 15:26, Max Rabkin wrote: > This could be a useful package but can you add a note that this does > not do correct Unicode-aware comparison on String (though AFAICT it is > correct for Text)? Good point! I just released version 0.2: http://hackage.haskell.org/package/case-insen

Re: [Haskell-cafe] [Haskell] ANN: case-insensitive-0.1

2011-02-07 Thread Max Rabkin
Hi Bas This could be a useful package but can you add a note that this does not do correct Unicode-aware comparison on String (though AFAICT it is correct for Text)? --Max On Mon, Feb 7, 2011 at 02:06, Bas van Dijk wrote: > Dear all, > > I had this old module laying around that I wrote some tim