[GHC] #13120: Can't compile HEAD with ghc-7.10.1

#13120: Can't compile HEAD with ghc-7.10.1 -------------------------------------+------------------------------------- Reporter: Yuras | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.1 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: Building GHC Unknown/Multiple | failed Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- (Yes, I'm still using `ghc-7.10.1` :) ) `compiler/util/Util.hs` exports `GHC.Stack.CallStack`, which is available since `7.10.2`. We can 1) drop older versions; 2) protect the export using `CPP`; 3) remove the export completely because it doesn't seem to be used anywhere. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13120 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#13120: Can't compile HEAD with ghc-7.10.1 -------------------------------------+------------------------------------- Reporter: Yuras | Owner: Yuras Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2976 Wiki Page: | -------------------------------------+------------------------------------- Changes (by Yuras): * owner: => Yuras * differential: => Phab:D2976 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13120#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#13120: Can't compile HEAD with ghc-7.10.1
-------------------------------------+-------------------------------------
Reporter: Yuras | Owner: Yuras
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Building GHC | Unknown/Multiple
failed | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D2976
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari

#13120: Can't compile HEAD with ghc-7.10.1 -------------------------------------+------------------------------------- Reporter: Yuras | Owner: Yuras Type: bug | Status: closed Priority: normal | Milestone: 8.2.1 Component: Compiler | Version: 8.1 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2976 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => closed * resolution: => fixed * milestone: => 8.2.1 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13120#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC