[project @ 1998-05-15 15:21:28 by simonm]
authorsimonm <unknown>
Fri, 15 May 1998 15:21:28 +0000 (15:21 +0000)
committersimonm <unknown>
Fri, 15 May 1998 15:21:28 +0000 (15:21 +0000)
- compile PrelMain with -fno-prune-tydecls for now: otherwise the
  IO constructor gets thrown away for some bizarre reason.

ghc/lib/std/Makefile

index fc3955b..75140b8 100644 (file)
@@ -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