
Sorry, accidentally clicked "Reply" rather than "Reply to all". Here's
the message I sent:
---------- Forwarded message ----------
From: Chris Wong
I propose making an entirely unrelated package, public-suffix-list, with a module Network.PublicSuffixList, which will expose this function, as well as functions about parsing the list itself. Thoughts?
I'll volunteer to write this module, but I'm not sure whether to read it in at run time, or generate the module containing the data in advance. The latter seems less error-prone -- no messing around with file paths or IO. Chris