X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FRWS.hs;h=5175c7f55f4447fad8c9b30197a072de8ac86754;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=7f7f98bb4ba30693fb6d6f83cd6bd2b5299c8663;hpb=4836cf1053a971fe823ba547a8268431745c5bce;p=ghc-base.git diff --git a/Control/Monad/RWS.hs b/Control/Monad/RWS.hs index 7f7f98b..5175c7f 100644 --- a/Control/Monad/RWS.hs +++ b/Control/Monad/RWS.hs @@ -3,7 +3,7 @@ -- Module : Control.Monad.RWS -- 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