
29 Jun
2011
29 Jun
'11
2:36 p.m.
On Wed, Jun 29, 2011 at 9:14 PM, Bryan O'Sullivan
On Wed, Jun 29, 2011 at 11:08 AM, Michael Snoyman
wrote: Are there any plans for a workaround for this before GHC is patched?
I hadn't any in mind, because I don't use TH. However, I could add the old code back to blaze-textual, parameterised on a flag. You'd have to let Yesod users know that they'd need to build it with -fwhatever, though. Alternatively, you could simply use the <0.2.0.0 version of blaze-textual.
I think the latter seems like a better idea, and when GHC includes a patch to fix this issue, we can conditionalize this restriction. Michael