Ticket #111 (closed defect: invalid)
ghc 6.10.3 -> ambiguous reference to funTyConName
| Reported by: | scooter.phd | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | 2.4.1 | Keywords: | |
| Cc: |
Description
MacPorts? claims that it is compiling haddock 2.4.1. The installed ghc is 6.10.3, which reports the following during compilation:
[15 of 24] Compiling Haddock.Interface.AttachInstances? ( src/Haddock/Interface/AttachInstances.hs, dist/build/haddock/haddock-tmp/Haddock/Interface/AttachInstances.o )
src/Haddock/Interface/AttachInstances.hs:94:17:
Ambiguous occurrence `funTyConName' It could refer to either `Haddock.Interface.AttachInstances?.funTyConName', defined at src/Haddock/Interface/AttachInstances.hs:108:0
or `TypeRep?.funTyConName', imported from TypeRep? at src/Haddock/Interface/AttachInstances.hs:26:0-13
