Skip to content
  • Ian Lynagh's avatar
    Separate the warning flags into their own datatype · 493ea4ab
    Ian Lynagh authored
    The -w flag wasn't turning off a few warnings (Opt_WarnMissingImportList,
    Opt_WarnMissingLocalSigs, Opt_WarnIdentities). Rather than just adding
    them, I've separated the Opt_Warn* contructors off into their own type,
    so -w now just sets the list of warning flags to [].
    493ea4ab