[GHC] #9016: Add System.Exit.die
GHC
ghc-devs at haskell.org
Mon Apr 21 15:18:37 UTC 2014
#9016: Add System.Exit.die
-------------------------------------+------------------------------------
Reporter: SimonHengel | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: 7.10.1
Component: libraries/base | Version: 7.8.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+------------------------------------
Comment (by Herbert Valerio Riedel <hvr@…>):
In [changeset:"e2b14c70c800363db5ccb5c3032eed8b9d7d3747/ghc"]:
{{{
#!CommitTicketReference repository="ghc"
revision="e2b14c70c800363db5ccb5c3032eed8b9d7d3747"
Use import list to hide new System.Exit.die
Soon, System.Exit will export the new `die` (see #9016) which would clash
with
Cabal's own `die` implementation. This commit provides forward-
compatiblity.
This also updates the Cabal submodule which requires a similiar fix.
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9016#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list