#5094: Get rid of hidden modules
---------------------------------+------------------------------------------
    Reporter:  mcandre           |        Owner:                           
        Type:  feature request   |       Status:  new                      
    Priority:  normal            |    Milestone:                           
   Component:  Compiler          |      Version:  7.0.3                    
    Keywords:                    |     Testcase:                           
   Blockedby:                    |   Difficulty:                           
          Os:  Unknown/Multiple  |     Blocking:                           
Architecture:  Unknown/Multiple  |      Failure:  GHC rejects valid program
---------------------------------+------------------------------------------

Comment(by igloo):

 Note that this would only solve part of the problem. If something is
 defined inside a module and not exported, then you're still out of luck.

 I think adding the flag is a bad idea. You can always modify the package
 locally to expose the modules you need, and the right global solution is
 to ask the maintainer of the other package to expose a `.Internals`
 module.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5094#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to