Re: [Haskell] haskell Summer of Code

2017-04-18 Thread Harendra Kumar
It is surprising that the haskell summer of code webpage does not mention how to or where to submit a proposal. After reading this email I went through the SoC announcement email myself and thus got to https://summer.haskell.org/ which too does not have any details on how to submit proposals, maybe

[Haskell] [ANN] unicode-transforms-0.2.0 pure Haskell unicode normalization

2016-10-25 Thread Harendra Kumar
fully optimize the compose operations but they are still as fast as utf8proc. I would like to thank Antonio Nikishaev for the unicode character database parsing code which I borrowed from the prose library. https://github.com/harendra-kumar/unicode-transforms https://hackage.haskell.org/package

[Haskell] [ANN] xls-0.1.0 Parse MS Excel spreadsheets

2016-10-17 Thread Harendra Kumar
supported by the underlying C library (libxls). One thing that I would like to have added to the API is a way to list all sheets and select sheets to parse in a workbook. It should be pretty easy to do if anyone wants to do it. 1. https://github.com/harendra-kumar/xls 2. https://hackage.haskell.org

[Haskell] ANN: unicode-transforms-0.1.0.1 (unicode normalization)

2016-08-03 Thread Harendra Kumar
This is for those who want unicode normalization but do not want a dependency on the heavyweight icu libraries. It has the same API as the text-icu package. It is based on the utf8proc C implementation. https://hackage.haskell.org/package/unicode-transforms https://github.com/harendra-kumar