X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Prelude.hs;h=70eee4d62ba9d693b40e6feda7f123a13c158bd9;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=ccbf6178b5d7173473af34e8a310a6d5d7305afb;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/Prelude.hs b/Prelude.hs index ccbf617..70eee4d 100644 --- a/Prelude.hs +++ b/Prelude.hs @@ -3,14 +3,12 @@ -- | -- Module : Prelude -- 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 : portable -- --- $Id: Prelude.hs,v 1.3 2002/04/24 16:31:37 simonmar Exp $ --- -- Standard module imported by default into Haskell modules. -- -----------------------------------------------------------------------------