From b30f2677714e02d76f00fe18f99486088ebdf709 Mon Sep 17 00:00:00 2001 From: simonm <unknown> Date: Tue, 11 Nov 1997 15:33:53 +0000 Subject: [PATCH] [project @ 1997-11-11 15:33:53 by simonm] s/UnsafeST/Unsafe. --- ghc/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/lib/Makefile b/ghc/lib/Makefile index c98fa4ee67f4..8d16853ead4e 100644 --- a/ghc/lib/Makefile +++ b/ghc/lib/Makefile @@ -66,7 +66,7 @@ ghc/PrelNum_HC_OPTS += -H30m # to override the SRC_HC_OPTS of -O, and anything option coming # from the Makefile overrides what's in OPTIONS lines. (mumble_HC_OPTS # does override SRC_HC_OPTS settings) -ghc/UnsafeST_HC_OPTS += -Onot +ghc/Unsafe_HC_OPTS += -Onot ghc/PrelBase_HC_OPTS += -H12m ghc/PrelRead_HC_OPTS += -H8m -- GitLab