From: simonmar Date: Fri, 4 May 2001 15:18:00 +0000 (+0000) Subject: [project @ 2001-05-04 15:18:00 by simonmar] X-Git-Tag: Approximately_9120_patches~1989 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=dea9b472bd8df7381ffac9305a6a367569826503;p=ghc-hetmet.git [project @ 2001-05-04 15:18:00 by simonmar] .raw_s is a haskellish_suffix. --- diff --git a/ghc/compiler/main/DriverPhases.hs b/ghc/compiler/main/DriverPhases.hs index 639668a..294f733 100644 --- a/ghc/compiler/main/DriverPhases.hs +++ b/ghc/compiler/main/DriverPhases.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverPhases.hs,v 1.7 2001/03/13 12:50:31 simonmar Exp $ +-- $Id: DriverPhases.hs,v 1.8 2001/05/04 15:18:00 simonmar Exp $ -- -- GHC Driver -- @@ -75,7 +75,7 @@ phaseInputExt SplitAs = "split_s" -- not really generated phaseInputExt Ln = "o" phaseInputExt MkDependHS = "dep" -haskellish_suffix = (`elem` [ "hs", "hspp", "lhs", "hc" ]) +haskellish_suffix = (`elem` [ "hs", "hspp", "lhs", "hc", "raw_s" ]) cish_suffix = (`elem` [ "c", "s", "S" ]) -- maybe .cc et al.?? #if mingw32_TARGET_OS || cygwin32_TARGET_OS