[GHC] #2056: Incorrect warning about unused import
GHC
trac at galois.com
Sat Jan 19 10:52:30 EST 2008
#2056: Incorrect warning about unused import
----------------------+-----------------------------------------------------
Reporter: duncan | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 6.8.2
Severity: normal | Resolution: duplicate
Keywords: | Difficulty: Unknown
Testcase: | Architecture: Unknown
Os: Unknown |
----------------------+-----------------------------------------------------
Changes (by igloo):
* status: new => closed
* difficulty: => Unknown
* resolution: => duplicate
Comment:
Thanks for the report. However, this looks the same as #1148 to me; you do
{{{
import qualified Distribution.Simple.Setup as Cabal
}}}
and `Distribution.Simple.Setup` exports `Compiler` and `PackageDB`.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2056#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list