Fix Trac #3323: naughty record selectors again
authorsimonpj@microsoft.com <unknown>
Thu, 25 Jun 2009 07:23:40 +0000 (07:23 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 25 Jun 2009 07:23:40 +0000 (07:23 +0000)
I boobed when I decoupled record selectors from their data types.
The most straightforward and robust fix means attaching the TyCon
of a record selector to its IfaceIdInfo, so

   you'll need to rebuild all .hi files

That said, the fix is easy.


No differences found