[project @ 2002-10-03 13:56:12 by panne]
[ghc-base.git] / 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,