On Mon, Feb 11, 2013 at 1:01 PM, Ian Lynagh <ian@well-typed.com> wrote:
So I propose that we remove all the __NHC__ ifdefs (and also base/NHC/)
in the core libraries. What do you think?

+1

I deleted all the __HUGS__ ifdefs in network recently. If no one is testing a given ifdef branch on a semi-regular basis it will bit-rot. Such branches should be removed.

To paraphrase Beyonce: if you liked it you should have written a test* for it. ;)

* Or have a continuous build, but that doesn't make for a very catchy sentence.