Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
53254 commits behind the upstream repository.
Manuel M T Chakravarty's avatar
chak@cse.unsw.edu.au. authored
- `RnNames.nubAvails', which amalgamates AvailInfo items that belong to the 
  same parent, needs to be careful that the parent name occurs first if it is
  in the list of subnames at all.  (Otherwise, we can get funny export items
  in ifaces.)
- I discovered this while debugging family import/exports, but I am pretty 
  sure the bug would also have shown up without using families under the 
  right circumstances.
9530e792
History