Fix Windows-only warnings
[ghc-base.git] / Control / Monad / ST / Strict.hs
index 72e5681..a899616 100644 (file)
@@ -2,20 +2,18 @@
 -- |
 -- Module      :  Control.Monad.ST.Strict
 -- Copyright   :  (c) The University of Glasgow 2001
--- License     :  BSD-style (see the file libraries/core/LICENSE)
+-- License     :  BSD-style (see the file libraries/base/LICENSE)
 -- 
 -- Maintainer  :  libraries@haskell.org
 -- Stability   :  provisional
 -- Portability :  non-portable (requires universal quantification for runST)
 --
--- $Id: Strict.hs,v 1.3 2002/04/24 16:31:39 simonmar Exp $
---
--- The strict ST monad (identical to Control.Monad.ST)
+-- The strict ST monad (re-export of "Control.Monad.ST")
 --
 -----------------------------------------------------------------------------
 
 module Control.Monad.ST.Strict (
-       module Control.Monad.ST
+        module Control.Monad.ST
   ) where
 
 import Prelude