From dea9b472bd8df7381ffac9305a6a367569826503 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 4 May 2001 15:18:00 +0000 Subject: [PATCH] [project @ 2001-05-04 15:18:00 by simonmar] .raw_s is a haskellish_suffix. --- ghc/compiler/main/DriverPhases.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4