
16 Apr
2009
16 Apr
'09
noon
On Thu, 2009-04-16 at 12:49 +0100, David Carter wrote:
It works fine if you delete the ".Lazy".
Enjoy, and thanks...
This will be because the version of the regex lib you're using does not have an instance for lazy ByteStrings. Do you know what versions of the regex libs you were using in each case? They're not necessarily related to your ghc version if you installed the regex libs via cabal-install. Duncan