[project @ 2001-03-05 10:05:58 by simonmar]
authorsimonmar <unknown>
Mon, 5 Mar 2001 10:05:58 +0000 (10:05 +0000)
committersimonmar <unknown>
Mon, 5 Mar 2001 10:05:58 +0000 (10:05 +0000)
fix -fgenerics

ghc/compiler/main/DriverFlags.hs

index 10268aa..2a79c91 100644 (file)
@@ -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)