From: simonmar Date: Wed, 4 Oct 2000 16:47:39 +0000 (+0000) Subject: [project @ 2000-10-04 16:47:39 by simonmar] X-Git-Tag: Approximately_9120_patches~3694 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8fe6c1ec9074323150ba8c0a13a164d6c79a7892;p=ghc-hetmet.git [project @ 2000-10-04 16:47:39 by simonmar] Turn off generics for the nightly build; I'll add a flag to disable it selectively tomorrow. --- diff --git a/ghc/compiler/types/Generics.lhs b/ghc/compiler/types/Generics.lhs index 9be3138..887c0d8 100644 --- a/ghc/compiler/types/Generics.lhs +++ b/ghc/compiler/types/Generics.lhs @@ -231,7 +231,7 @@ mkTyConGenInfo :: TyCon -> Name -> Name -> Maybe (EP Id) -- for the fromT and toT conversion functions. mkTyConGenInfo tycon from_name to_name - | not opt_GlasgowExts + | True -- not opt_GlasgowExts = Nothing | null datacons -- Abstractly imported types don't have