[GHC] #11472: Remove CallStack CPP guards in GHC 8.2

GHC ghc-devs at haskell.org
Sat Jan 23 17:16:25 UTC 2016


#11472: Remove CallStack CPP guards in GHC 8.2
-------------------------------------+-------------------------------------
        Reporter:  bgamari           |                Owner:
            Type:  task              |               Status:  new
        Priority:  normal            |            Milestone:  8.2.1
       Component:  Compiler          |              Version:  7.10.3
      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 bgamari):

 rwbarton astutely points out that `MIN_VERSION_GLASGOW_HASKELL`, which is
 used in the above commit (which was merged to `ghc-8.0` as well), was only
 introduced in ghc 7.10. Looks like we'll need to revert to
 `__GLASGOW_HASKELL__` in `ghc-8.0`.

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


More information about the ghc-tickets mailing list