X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FST.hs;h=2a3985ad66147d48def836a1affb8f41f8c53d05;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=02d8d15d76530ec9f2d85f4a6d2370db1e71d568;hpb=4836cf1053a971fe823ba547a8268431745c5bce;p=ghc-base.git diff --git a/Control/Monad/ST.hs b/Control/Monad/ST.hs index 02d8d15..2a3985a 100644 --- a/Control/Monad/ST.hs +++ b/Control/Monad/ST.hs @@ -2,7 +2,7 @@ -- | -- Module : Control.Monad.ST -- 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