X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FIORef.hs;h=559968525f25048b9847d85c4e0cf6f7769bb32f;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=d165380309d3733e5acaca322f68984924b91278;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/Data/IORef.hs b/Data/IORef.hs index d165380..5599685 100644 --- a/Data/IORef.hs +++ b/Data/IORef.hs @@ -2,14 +2,12 @@ -- | -- Module : Data.IORef -- 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 : experimental -- Portability : portable -- --- $Id: IORef.hs,v 1.5 2002/04/24 16:31:39 simonmar Exp $ --- -- Mutable references in the IO monad. -- -----------------------------------------------------------------------------