X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=Control%2FMonad%2FState.hs;h=9f67f6d358080b51d8f658b9ff550f36e10c52bc;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=2353d76decccf0f1325d9068f141e9821707fc3b;hpb=4836cf1053a971fe823ba547a8268431745c5bce;p=ghc-base.git diff --git a/Control/Monad/State.hs b/Control/Monad/State.hs index 2353d76..9f67f6d 100644 --- a/Control/Monad/State.hs +++ b/Control/Monad/State.hs @@ -3,7 +3,7 @@ -- Module : Control.Monad.State -- Copyright : (c) Andy Gill 2001, -- (c) Oregon Graduate Institute of Science and Technology, 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