From 11a6ed091c48863df07855d1e7e1cc84514f14ed Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 8 Mar 2000 21:39:47 +0000 Subject: [PATCH] [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. --- ghc/interpreter/lib/Prelude.hs | 2 +- ghc/lib/hugs/Prelude.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 1.7.10.4