From: simonmar Date: Mon, 5 Mar 2001 10:05:58 +0000 (+0000) Subject: [project @ 2001-03-05 10:05:58 by simonmar] X-Git-Tag: Approximately_9120_patches~2474 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b671b1416345d5947e01a9f909add4dba009e80b;p=ghc-hetmet.git [project @ 2001-03-05 10:05:58 by simonmar] fix -fgenerics --- 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)