From 8fe6c1ec9074323150ba8c0a13a164d6c79a7892 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Wed, 4 Oct 2000 16:47:39 +0000
Subject: [PATCH] [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.

---
 ghc/compiler/types/Generics.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/compiler/types/Generics.lhs b/ghc/compiler/types/Generics.lhs
index 9be3138a6261..887c0d84a8d0 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
-- 
GitLab