<div dir="ltr">We could file a tracking bug against the 7.14 milestone.<div><br></div><div>Just curious, is there a way to keep these functions for backwards compat in 7.14 or is that unfeasible?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 9, 2015 at 10:22 AM, Jan Stolarek <span dir="ltr"><<a href="mailto:jan.stolarek@p.lodz.pl" target="_blank">jan.stolarek@p.lodz.pl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I want to deprecate some Template Haskell functions in GHC 7.12 and then remove them in GHC 7.14<br>
(or whatever version that comes after 7.12). Do we have any workflow for remembering these kind<br>
of things? I was thinking about adding a conditional error:<br>
<br>
#if __GLASGOW_HASKELL__ > 712<br>
#error Remove functions foo bar from TH<br>
#endif<br>
<br>
Is this a good way of doing this? Or should I do it differently?<br>
<br>
Janek<br>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org">ghc-devs@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/ghc-devs" target="_blank">http://www.haskell.org/mailman/listinfo/ghc-devs</a><br>
</blockquote></div><br></div>