diff options
| -rw-r--r-- | ghc/compiler/main/DriverFlags.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/compiler/main/DriverFlags.hs b/ghc/compiler/main/DriverFlags.hs index 10268aa9ec..2a79c913e6 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) |
