[GHC] #15160: unregistersied GHC can't be built with ghc-HEAD: has no member named 'srt'
GHC
ghc-devs at haskell.org
Thu May 17 10:43:42 UTC 2018
#15160: unregistersied GHC can't be built with ghc-HEAD: has no member named 'srt'
-------------------------------------+-------------------------------------
Reporter: slyfox | Owner: (none)
Type: bug | Status: closed
Priority: normal | Milestone: 8.6.1
Component: Compiler | Version: 8.2.2
Resolution: invalid | 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: |
-------------------------------------+-------------------------------------
Changes (by simonmar):
* status: new => closed
* resolution: => invalid
Comment:
So this is the problem: we don't officially support building GHC with an
arbitrary HEAD snapshot, only released versions. In this case it failed
because the `#if __GLASGOW_HASKELL__ > 804` was true, but you wanted it to
be false for your snapshot.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15160#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list