From: panne Date: Thu, 3 Oct 2002 13:56:12 +0000 (+0000) Subject: [project @ 2002-10-03 13:56:12 by panne] X-Git-Tag: nhc98-1-18-release~824 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e96ffbdd524ee98473e486e52e79bb5912aac664;p=ghc-base.git [project @ 2002-10-03 13:56:12 by panne] Warning police #9: Nuked modules from the export list which are already implied by other exported modules. Still quite a few warnings left here, though... >:-( --- diff --git a/Control/Monad/RWS.hs b/Control/Monad/RWS.hs index d3801cf..2fdc309 100644 --- a/Control/Monad/RWS.hs +++ b/Control/Monad/RWS.hs @@ -29,9 +29,6 @@ module Control.Monad.RWS ( execRWST, mapRWST, withRWST, - module Control.Monad, - module Control.Monad.Fix, - module Control.Monad.Trans, module Control.Monad.Reader, module Control.Monad.Writer, module Control.Monad.State,