From b671b1416345d5947e01a9f909add4dba009e80b Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 5 Mar 2001 10:05:58 +0000 Subject: [PATCH] [project @ 2001-03-05 10:05:58 by simonmar] fix -fgenerics --- ghc/compiler/main/DriverFlags.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/main/DriverFlags.hs b/ghc/compiler/main/DriverFlags.hs index 10268aa..2a79c91 100644 --- a/ghc/compiler/main/DriverFlags.hs +++ b/ghc/compiler/main/DriverFlags.hs @@ -1,7 +1,7 @@ {-# OPTIONS -#include "hschooks.h" #-} ----------------------------------------------------------------------------- --- $Id: DriverFlags.hs,v 1.45 2001/02/20 15:44:26 simonpj Exp $ +-- $Id: DriverFlags.hs,v 1.46 2001/03/05 10:05:58 simonmar Exp $ -- -- Driver flags -- @@ -469,7 +469,7 @@ fFlags = [ ( "glasgow-exts", Opt_GlasgowExts ), ( "allow-overlapping-instances", Opt_AllowOverlappingInstances ), ( "allow-undecidable-instances", Opt_AllowUndecidableInstances ), - ( "fgenerics", Opt_Generics ) + ( "generics", Opt_Generics ) ] isFFlag f = f `elem` (map fst fFlags) -- 1.7.10.4