[GHC] #13234: Yesod and Persistent cause compiler panic
GHC
ghc-devs at haskell.org
Sun Feb 5 16:02:10 UTC 2017
#13234: Yesod and Persistent cause compiler panic
---------------------------------+----------------------------------------
Reporter: cheshircat | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.2
Resolution: duplicate | Keywords:
Operating System: Linux | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: #12921 | Differential Rev(s):
Wiki Page: |
---------------------------------+----------------------------------------
Changes (by RyanGlScott):
* status: new => closed
* resolution: => duplicate
* related: => #12921
Comment:
Thanks for the bug.
This is a duplicate of #12921, which has been fixed upstream and will be
included in the soon-to-be-released GHC 8.2.
Until then, note that this bug is caused by out-of-scope identifiers being
used in certain places. In your case, it looks like the out-of-scope
identifier is named `person`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13234#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list