#1384: Exporting a module that isn't imported doesn't fail
------------------------+---------------------------------------------------
  Reporter:  igloo      |          Owner:         
      Type:  bug        |         Status:  new    
  Priority:  high       |      Milestone:  6.8    
 Component:  Compiler   |        Version:  6.6.1  
  Severity:  normal     |       Keywords:         
Difficulty:  Unknown    |             Os:  Unknown
  Testcase:  rnfail028  |   Architecture:  Unknown
------------------------+---------------------------------------------------
Exporting a module that isn't imported doesn't fail.

 An example is, from rnfail028:
 {{{
 -- !!! illegal to export a module we haven't imported.
 module ShouldFail ( module List ) where
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1384>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to