From cb42ac5e2d8309ba4ac4da870b79e3fc9a2c37db Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 4 Jun 1998 11:21:18 +0000 Subject: [PATCH] [project @ 1998-06-04 11:21:18 by sof] Expose -fallow-overlapping-instances to the world --- ghc/driver/ghc.lprl | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index d96eac2..7fc7d27 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -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'); -- 1.7.10.4