X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Prelude.hs;h=ccbf6178b5d7173473af34e8a310a6d5d7305afb;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=ffdd4eb7a72ec00a604c1c473c8063c45f39672d;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Prelude.hs b/Prelude.hs index ffdd4eb..ccbf617 100644 --- a/Prelude.hs +++ b/Prelude.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Prelude -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -9,7 +9,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Prelude.hs,v 1.2 2001/07/03 11:37:49 simonmar Exp $ +-- $Id: Prelude.hs,v 1.3 2002/04/24 16:31:37 simonmar Exp $ -- -- Standard module imported by default into Haskell modules. --