Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use import list to hide new System.Exit.die
Starting with GHC 7.10 (and soon GHC HEAD), System.Exit exports the new `die` which would clash with Cabal's own `die`. See also https://ghc.haskell.org/trac/ghc/ticket/9016 For more details.
- Loading branch information
322ddbc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/cc @tibbe please merge this into 1.20, as we need that to unblock GHC #9016
322ddbc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.