[GHC] #7740: Remove direct cabal imports in Linker and Finder modules
GHC
cvs-ghc at haskell.org
Sun Apr 21 23:04:49 CEST 2013
#7740: Remove direct cabal imports in Linker and Finder modules
-------------------------------+--------------------------------------------
Reporter: rodlogic | Owner:
Type: bug | Status: closed
Priority: normal | Milestone: 7.8.1
Component: Compiler | Version: 7.7
Resolution: wontfix | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: Other | Difficulty: Unknown
Testcase: | Blockedby:
Blocking: | Related:
-------------------------------+--------------------------------------------
Changes (by igloo):
* status: patch => closed
* resolution: => wontfix
Comment:
Ah, I see: This patch makes 1 module re-export things from Cabal, so other
modules can use the re-exports instead of also importing modules from
Cabal.
I think this would just make things more confusing. I generally prefer to
have things exported from just 1 place. I'm therefore closing the ticket
as wontfix.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7740#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list