How to disable warning for "export item 'module ...' exports nothing"?

Sean Leather leather at cs.uu.nl
Thu Aug 14 13:27:08 EDT 2008


Hi,

I have a module A that re-exports module B, and module B contains only class
instances. Since I'm using -Wall, I get this warning about module B
exporting nothing. Is there a way to disable this particular warning, since
it is unnecessary in this case? No mailing list messages or GHC
documentation has told me what to do.

Thanks,
Sean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/glasgow-haskell-users/attachments/20080814/8fc95055/attachment.htm


More information about the Glasgow-haskell-users mailing list