From: andy Date: Wed, 8 Mar 2000 21:39:47 +0000 (+0000) Subject: [project @ 2000-03-08 21:39:47 by andy] X-Git-Tag: Approximately_9120_patches~5042 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=11a6ed091c48863df07855d1e7e1cc84514f14ed;p=ghc-hetmet.git [project @ 2000-03-08 21:39:47 by andy] Moved Prelude.hs for STG Hugs to ghc/lib/hugs/Prelude.hs This means that everything in the ghc/interpreter/lib directory is generated. The new makefile for interpreter/lib will be added shortly. --- diff --git a/ghc/interpreter/lib/Prelude.hs b/ghc/interpreter/lib/Prelude.hs index cde2783..9bbd019 100644 --- a/ghc/interpreter/lib/Prelude.hs +++ b/ghc/interpreter/lib/Prelude.hs @@ -4,7 +4,7 @@ __ __ __ __ ____ ___ _______________________________________________ ||___|| ||__|| ||__|| __|| Copyright (c) 1994-1999 ||---|| ___|| World Wide Web: http://haskell.org/hugs || || Report bugs to: hugs-bugs@haskell.org -|| || Version: January 1999 _______________________________________________ +|| || Version: STG Hugs _______________________________________________ This is the Hugs 98 Standard Prelude, based very closely on the Standard Prelude for Haskell 98. diff --git a/ghc/lib/hugs/Prelude.hs b/ghc/lib/hugs/Prelude.hs index cde2783..9bbd019 100644 --- a/ghc/lib/hugs/Prelude.hs +++ b/ghc/lib/hugs/Prelude.hs @@ -4,7 +4,7 @@ __ __ __ __ ____ ___ _______________________________________________ ||___|| ||__|| ||__|| __|| Copyright (c) 1994-1999 ||---|| ___|| World Wide Web: http://haskell.org/hugs || || Report bugs to: hugs-bugs@haskell.org -|| || Version: January 1999 _______________________________________________ +|| || Version: STG Hugs _______________________________________________ This is the Hugs 98 Standard Prelude, based very closely on the Standard Prelude for Haskell 98.