Re: [Haskell-cafe] is this a bug ?

2010-07-17 Thread Daniel Fischer
On Saturday 17 July 2010 05:39:00, gat...@landcroft.co.uk wrote: > On Sat 17/07/10 04:17 , Alexander Solla a...@2piix.com sent: > > Why are you performing unsafe IO actions? They don't play nice > > with laziness. > > OK, fair cop, but without the unsafe IO action, it still misbehaves. > > http://

Re: [Haskell-cafe] is this a bug ?

2010-07-16 Thread Felipe Lessa
You should probably CC the maintainer of the regex package. Cheers, -- Felipe. ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] is this a bug ?

2010-07-16 Thread gate03
On Sat 17/07/10 04:17 , Alexander Solla a...@2piix.com sent: > Why are you performing unsafe IO actions? They don't play nice > with laziness. OK, fair cop, but without the unsafe IO action, it still misbehaves. http://hpaste.org/fastcgi/hpaste.fcgi/view?id=27650 Michael. __

[Haskell-cafe] is this a bug ?

2010-07-16 Thread gate03
http://hpaste.org/fastcgi/hpaste.fcgi/view?id=27631 The comments in the code explain the problem. If ".Lazy" be removed from the code (occurs three times), i.e., the code is changed to strict byte strings, it works as expected. Michael Mounteney. ___ H