From: Ian Lynagh Date: Thu, 5 Aug 2010 13:25:55 +0000 (+0000) Subject: Add "cmmcpp" as a Haskellish source suffix X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=de2a666620fe433f66c4856d1ac1c231a004d09c Add "cmmcpp" as a Haskellish source suffix --- diff --git a/compiler/main/DriverPhases.hs b/compiler/main/DriverPhases.hs index eb217ab..d85335f 100644 --- a/compiler/main/DriverPhases.hs +++ b/compiler/main/DriverPhases.hs @@ -215,7 +215,7 @@ haskellish_src_suffixes, haskellish_suffixes, cish_suffixes, extcoreish_suffixes, haskellish_user_src_suffixes :: [String] haskellish_src_suffixes = haskellish_user_src_suffixes ++ - [ "hspp", "hscpp", "hcr", "cmm" ] + [ "hspp", "hscpp", "hcr", "cmm", "cmmcpp" ] haskellish_suffixes = haskellish_src_suffixes ++ ["hc", "raw_s"] cish_suffixes = [ "c", "cpp", "C", "cc", "cxx", "s", "S", "ll", "bc" ] extcoreish_suffixes = [ "hcr" ]