[project @ 2002-10-03 13:56:12 by panne]
authorpanne <unknown>
Thu, 3 Oct 2002 13:56:12 +0000 (13:56 +0000)
committerpanne <unknown>
Thu, 3 Oct 2002 13:56:12 +0000 (13:56 +0000)
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... >:-(

Control/Monad/RWS.hs

index d3801cf..2fdc309 100644 (file)
@@ -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,