[project @ 1998-06-04 11:21:18 by sof]
authorsof <unknown>
Thu, 4 Jun 1998 11:21:18 +0000 (11:21 +0000)
committersof <unknown>
Thu, 4 Jun 1998 11:21:18 +0000 (11:21 +0000)
Expose -fallow-overlapping-instances to the world

ghc/driver/ghc.lprl

index d96eac2..7fc7d27 100644 (file)
@@ -2895,6 +2895,7 @@ arg: while($_ = $Args[0]) {
                        }
                        next arg; };
 
+    /^-fallow-overlapping-instances$/ && do { push(@HsC_flags, $_); next arg; } 
     /^-fglasgow-exts$/
                && do { push(@HsC_flags, $_);
                        push(@HsP_flags, '-N');