[GHC] #12596: can't find interface-file declaration
GHC
ghc-devs at haskell.org
Fri Sep 16 13:20:04 UTC 2016
#12596: can't find interface-file declaration
-------------------------------------+-------------------------------------
Reporter: mwotton | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by RyanGlScott):
Well, we certainly //could// migrate `Language.Haskell.TH.Syntax.Name` to
`base`. We could also just bundle the package and module name of the
function into `Data.Data.Constr` (i.e., `conpackage` and `conmodule`) as
`String`s and avoid any migration (at the cost of some code duplication).
Either option sounds palatable to me.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12596#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list