[GHC] #12993: GHC 8.0.2-rc2 template Haskell interface file issue
GHC
ghc-devs at haskell.org
Fri Dec 16 21:41:24 UTC 2016
#12993: GHC 8.0.2-rc2 template Haskell interface file issue
-------------------------------------+-------------------------------------
Reporter: glguy | Owner:
Type: bug | Status: new
Priority: highest | Milestone: 8.0.2
Component: Template Haskell | Version: 8.0.2-rc2
Resolution: | Keywords:
Operating System: MacOS X | Architecture:
Type of failure: GHC rejects | Unknown/Multiple
valid program | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by bgamari):
It appears that the following declaration is present in the interface file
produced by 8.0.1 and that produced by 8.0.2-rc2 with an explicit export
of `x`, but missing from 8.0.2-rc2 otherwise,
{{{
fb6798a720ab50725d554237e3ba2ff7
x :: X -> Int
RecSel Left X
}}}
`master` is also afflicted with this issue.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12993#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list