#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
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs