From e96ffbdd524ee98473e486e52e79bb5912aac664 Mon Sep 17 00:00:00 2001 From: panne Date: Thu, 3 Oct 2002 13:56:12 +0000 Subject: [PATCH] [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... >:-( --- Control/Monad/RWS.hs | 3 --- 1 file changed, 3 deletions(-) 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, -- 1.7.10.4