[GHC] #10279: panic on haskell-src-exts

GHC ghc-devs at haskell.org
Mon May 4 22:20:05 UTC 2015


#10279: panic on haskell-src-exts
-------------------------------------+-------------------------------------
        Reporter:  throwaway123      |                   Owner:  ezyang
            Type:  bug               |                  Status:  new
        Priority:  normal            |               Milestone:
       Component:  Compiler          |                 Version:  7.10.1
      Resolution:                    |                Keywords:
Operating System:  Linux             |            Architecture:  x86_64
 Type of failure:  Compile-time      |  (amd64)
  crash                              |               Test Case:
      Blocked By:                    |                Blocking:
 Related Tickets:                    |  Differential Revisions:
-------------------------------------+-------------------------------------

Comment (by Edward Z. Yang <ezyang@…>):

 In [changeset:"bf4f3e653407d02593a69618fb199b2e2d529c92/ghc"]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="bf4f3e653407d02593a69618fb199b2e2d529c92"
 Give a hint when a TH splice has a bad package key, partially fixes #10279

 Previously, if we got a package key in our splice, we'd give
 a very unhelpful error message saying we couldn't find
 a package 'base-4.7.0.1', despite there being a package with
 that source package ID.  Really, we couldn't find a package with
 that *key*, so clarify, and also tell the user what the real
 package key is.

 Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
 }}}

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10279#comment:15>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list