From: simonmar Date: Wed, 25 Feb 2004 11:24:34 +0000 (+0000) Subject: [project @ 2004-02-25 11:24:34 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~65 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3010bab09e6dd7e97d1372c7054274fdd65b0a81;p=ghc-hetmet.git [project @ 2004-02-25 11:24:34 by simonmar] Add missing case to allowedWith --- diff --git a/ghc/compiler/main/DriverState.hs b/ghc/compiler/main/DriverState.hs index b6b527e..f00f792 100644 --- a/ghc/compiler/main/DriverState.hs +++ b/ghc/compiler/main/DriverState.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverState.hs,v 1.98 2004/02/24 17:33:34 simonmar Exp $ +-- $Id: DriverState.hs,v 1.99 2004/02/25 11:24:34 simonmar Exp $ -- -- Settings for the driver -- @@ -529,6 +529,7 @@ allowed_combination way = and [ x `allowedWith` y WayProf `allowedWith` WayUnreg = True WayProf `allowedWith` WaySMP = True WayProf `allowedWith` WayNDP = True + _ `allowedWith` _ = False findBuildTag :: IO [String] -- new options