From 9e2327f36f27da1a9caecdfa984c737b42e5360b Mon Sep 17 00:00:00 2001 From: quintela <unknown> Date: Tue, 2 Dec 1997 18:52:11 +0000 Subject: [PATCH] [project @ 1997-12-02 18:52:08 by quintela] Deleted DsWarnFlavour --- ghc/compiler/deSugar/Desugar.lhs | 2 -- ghc/compiler/main/Main.lhs | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ghc/compiler/deSugar/Desugar.lhs b/ghc/compiler/deSugar/Desugar.lhs index cf07923d74d4..14db54b45662 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 839e965151f0..239ccb8207ec 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 ) -- GitLab