[GHC] #8000: -ddump-minimal-imports should preserve imports of symbols in the export list
GHC
ghc-devs at haskell.org
Fri Jun 21 18:51:15 CEST 2013
#8000: -ddump-minimal-imports should preserve imports of symbols in the export
list
-------------------------------+--------------------------------------------
Reporter: dsf | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 7.6.3
Resolution: invalid | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: None/Unknown | Difficulty: Unknown
Testcase: | Blockedby:
Blocking: | Related:
-------------------------------+--------------------------------------------
Changes (by simonpj):
* status: new => closed
* difficulty: => Unknown
* resolution: => invalid
Comment:
Are you sure? `dropWhile` is brought into scope by the implicit import of
`Prelude`, so the import of `Data.List` is indeed redundant.
Re-open if I've missed something.
Simon
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/8000#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list