[GHC] #11824: GHC error in desugarer lookup
GHC
ghc-devs at haskell.org
Wed Apr 13 08:47:46 UTC 2016
#11824: GHC error in desugarer lookup
-------------------------------------+-------------------------------------
Reporter: darchon | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 8.0.1
Component: Compiler | Version: 8.0.1-rc3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Compile-time | Unknown/Multiple
crash | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by bgamari):
Hmm, I suspect the issue here is that we are not emitting the `Typeable`
`TyCon` bindings into `hi-boot` files. This means things blow up when when
the typechecker goes to construct `Typeable` evidence when only a `SOURCE`
import of the module defining the type in question is in scope.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11824#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list