From: quintela Date: Tue, 2 Dec 1997 18:52:11 +0000 (+0000) Subject: [project @ 1997-12-02 18:52:08 by quintela] X-Git-Tag: Approx_2487_patches~1205 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=9e2327f36f27da1a9caecdfa984c737b42e5360b;hp=fff59517a8acd401770bdc7f7c872cee796c7e38;p=ghc-hetmet.git [project @ 1997-12-02 18:52:08 by quintela] Deleted DsWarnFlavour --- diff --git a/ghc/compiler/deSugar/Desugar.lhs b/ghc/compiler/deSugar/Desugar.lhs index cf07923d..14db54b 100644 --- a/ghc/compiler/deSugar/Desugar.lhs +++ b/ghc/compiler/deSugar/Desugar.lhs @@ -9,8 +9,6 @@ module Desugar ( deSugar, pprDsWarnings #if __GLASGOW_HASKELL__ < 200 , DsMatchContext - , DsWarnFlavour -- fluff needed for closure, - -- removed when compiling with 1.4 #endif ) where diff --git a/ghc/compiler/main/Main.lhs b/ghc/compiler/main/Main.lhs index 839e965..239ccb8 100644 --- a/ghc/compiler/main/Main.lhs +++ b/ghc/compiler/main/Main.lhs @@ -23,7 +23,7 @@ import MkIface -- several functions import TcModule ( typecheckModule ) import Desugar ( deSugar, pprDsWarnings #if __GLASGOW_HASKELL__ <= 200 - , DsMatchContext, DsWarnFlavour + , DsMatchContext #endif ) import SimplCore ( core2core )