diff options
| author | andy <unknown> | 2000-04-04 01:07:50 +0000 |
|---|---|---|
| committer | andy <unknown> | 2000-04-04 01:07:50 +0000 |
| commit | be1966e78e545611f39eb2eed6f11fc60558100c (patch) | |
| tree | 3b2a3b9d516021feb0ceae3368eadc7dcf107418 /ghc/interpreter/lib | |
| parent | a84e2d973928854935b3bc1f498fd81ed17f6483 (diff) | |
| download | haskell-be1966e78e545611f39eb2eed6f11fc60558100c.tar.gz | |
[project @ 2000-04-04 01:07:49 by andy]
Adding in support for split Hugs Prelude.
There are now two preludes.
(1) PrimPrel - the Prelude defintions, and the extra magic datatypes.
(2) Prelude - the external interface for Prelude.
Diffstat (limited to 'ghc/interpreter/lib')
| -rw-r--r-- | ghc/interpreter/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/interpreter/lib/Makefile b/ghc/interpreter/lib/Makefile index aab3e2dbd7..8e1bcd27c9 100644 --- a/ghc/interpreter/lib/Makefile +++ b/ghc/interpreter/lib/Makefile @@ -1,11 +1,11 @@ # -------------------------------------------------------------------------- # -# $Id: Makefile,v 1.8 2000/03/20 04:26:23 andy Exp $ +# $Id: Makefile,v 1.9 2000/04/04 01:07:50 andy Exp $ # -------------------------------------------------------------------------- # TOP = ../.. include $(TOP)/mk/boilerplate.mk -PRELUDE = Prelude.hs +PRELUDE = Prelude.hs PrimPrel.hs STD_LIBS = Array.lhs Char.lhs Complex.lhs CPUTime.lhs \ Directory.lhs IO.lhs Ix.lhs List.lhs Locale.lhs \ |
