From 40379fc9cf0c36153ce3a51301868c4fa3964774 Mon Sep 17 00:00:00 2001 From: simonm Date: Fri, 15 May 1998 15:21:28 +0000 Subject: [PATCH] [project @ 1998-05-15 15:21:28 by simonm] - compile PrelMain with -fno-prune-tydecls for now: otherwise the IO constructor gets thrown away for some bizarre reason. --- ghc/lib/std/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index fc3955b..75140b8 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -69,6 +69,7 @@ PrelHandle_HC_OPTS += -H12m Time_HC_OPTS += -H8m Complex_HC_OPTS += -H10m IO_HC_OPTS += -H12m +PrelMain_HC_OPTS += -fno-prune-tydecls # avoids an apparent bug; ToDo #----------------------------------------------------------------------------- # Dependency generation -- 1.7.10.4