[GHC] #7740: Remove direct cabal imports in Linker and Finder modules

#7740: Remove direct cabal imports in Linker and Finder modules -----------------------------+---------------------------------------------- Reporter: rodlogic | Owner: Type: bug | Status: new Priority: normal | Component: Compiler Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: Other | Blockedby: Blocking: | Related: -----------------------------+---------------------------------------------- This is a low priority change, that mostly marks my first contribution :-) See pull request and additional details here: https://github.com/ghc/ghc/pull/6 -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7740 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7740: Remove direct cabal imports in Linker and Finder modules ---------------------------------+------------------------------------------ Reporter: rodlogic | Owner: Type: bug | Status: patch Priority: normal | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: Other Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Changes (by igloo): * status: new => patch * difficulty: => Unknown * milestone: => 7.8.1 Comment: Thanks for the patch; we'll take a look. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7740#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#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
participants (1)
-
GHC