Don't put uniqs in ghc wrapper function names; part of #4012
The wrapper functions can end up in interface files, and thus are part of the ABI hash. But uniqs easily change for no good reason when recompiling, which can lead to an ABI hash needlessly changing.
Showing
Please register or sign in to comment