Re: [Haskell] Re: ANN: TextRegexLazy 0.44

2006-07-24 Thread Chris Kuklewicz
John Meacham wrote: > On Fri, Jul 14, 2006 at 05:05:50PM +0100, Chris Kuklewicz wrote: >> As a user, the JRegex API can also only support a single Regex type and a >> single backend. But it would be really handy to be able to use different >> types of regular expressions. Mainly there are going

[Haskell] Re: ANN: TextRegexLazy 0.44

2006-07-24 Thread John Meacham
On Fri, Jul 14, 2006 at 05:05:50PM +0100, Chris Kuklewicz wrote: > As a user, the JRegex API can also only support a single Regex type and a > single backend. But it would be really handy to be able to use different > types of regular expressions. Mainly there are going to be different regex >

[Haskell] Re: ANN: TextRegexLazy 0.44

2006-07-14 Thread Chris Kuklewicz
Bulat Ziganshin wrote: Hello Chris, Thursday, July 13, 2006, 12:17:30 PM, you wrote: Question 2: Is there interest in getting this into an official release of the base libraries? The Compat module could at least replace or sit alongside the performance sink of the current Text.Regex code. i'

[Haskell] Re: ANN: TextRegexLazy 0.44

2006-07-13 Thread Chris Kuklewicz
Bulat Ziganshin wrote: Hello Chris, Thursday, July 13, 2006, 1:03:19 AM, you wrote: This was my first time packaging with cabal, and I am hoping it works for you. are you included Makefile? this makes building & installation somewhat simpler for a user Yes, but the makefile is used just to

[Haskell] Re: ANN: TextRegexLazy 0.44

2006-07-12 Thread Bulat Ziganshin
Hello Chris, Thursday, July 13, 2006, 1:03:19 AM, you wrote: > This was my first time packaging with cabal, and I am hoping it works for you. are you included Makefile? this makes building & installation somewhat simpler for a user > Question 2: Is there interest in getting this into an officia