[GHC] #7963: -ddump-minimal-imports should preserve "hiding" imports
GHC
ghc-devs at haskell.org
Tue Jun 18 09:35:30 CEST 2013
#7963: -ddump-minimal-imports should preserve "hiding" imports
-----------------------------+----------------------------------------------
Reporter: dsf | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 7.6.2 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: None/Unknown | Blockedby:
Blocking: | Related:
-----------------------------+----------------------------------------------
Comment(by simonpj@…):
commit 4c01e105a75776b31a4507102d00856d9239390e
{{{
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Jun 17 22:39:43 2013 +0100
Use ideclImplicit to filter out only *implict* Prelude imports (Trac
#7963)
The ideclImplicit flag didn't exist before, but it does now,
and it makes this code simpler and makes it easy to fix Trac #7963.
compiler/rename/RnNames.lhs | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7963#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list