Add "cmmcpp" as a Haskellish source suffix
authorIan Lynagh <igloo@earth.li>
Thu, 5 Aug 2010 13:25:55 +0000 (13:25 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 5 Aug 2010 13:25:55 +0000 (13:25 +0000)
compiler/main/DriverPhases.hs

index eb217ab..d85335f 100644 (file)
@@ -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" ]