From: simonm Date: Fri, 15 May 1998 15:21:28 +0000 (+0000) Subject: [project @ 1998-05-15 15:21:28 by simonm] X-Git-Tag: Approx_2487_patches~691 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=40379fc9cf0c36153ce3a51301868c4fa3964774;p=ghc-hetmet.git [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. --- 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