From: Ian Lynagh Date: Sun, 29 Apr 2007 12:06:25 +0000 (+0000) Subject: Don't enable the monomorphism warning by default X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b3a0711bf88db2894261e3666b689b40371ddc48 Don't enable the monomorphism warning by default --- diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index d5f5edd..7022964 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -584,7 +584,6 @@ standardWarnings Opt_WarnOverlappingPatterns, Opt_WarnMissingFields, Opt_WarnMissingMethods, - Opt_WarnMonomorphism, Opt_WarnDuplicateExports ]