X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Prelude.hs;h=70eee4d62ba9d693b40e6feda7f123a13c158bd9;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=ffdd4eb7a72ec00a604c1c473c8063c45f39672d;hpb=5545727d5a6a1fc6d5d00f32a92a8fdf0fb7ca77;p=ghc-base.git diff --git a/Prelude.hs b/Prelude.hs index ffdd4eb..70eee4d 100644 --- a/Prelude.hs +++ b/Prelude.hs @@ -1,16 +1,14 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- 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.2 2001/07/03 11:37:49 simonmar Exp $ --- -- Standard module imported by default into Haskell modules. -- -----------------------------------------------------------------------------