Fix Trac #4127: build GlobalRdrEnv in GHCi correctly
authorsimonpj@microsoft.com <unknown>
Tue, 15 Jun 2010 07:06:26 +0000 (07:06 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 15 Jun 2010 07:06:26 +0000 (07:06 +0000)
GHCi was building its GlobalRdrEnv wrongly, so that the
gre_par field was bogus.  That in turn fooled the renamer.
The fix is easy: use the right function!  Namely, call
RnNames.gresFromAvail rather than availsToNameSet.


No differences found