[project @ 1997-12-02 18:52:08 by quintela]
authorquintela <unknown>
Tue, 2 Dec 1997 18:52:11 +0000 (18:52 +0000)
committerquintela <unknown>
Tue, 2 Dec 1997 18:52:11 +0000 (18:52 +0000)
Deleted DsWarnFlavour

ghc/compiler/deSugar/Desugar.lhs
ghc/compiler/main/Main.lhs

index cf07923..14db54b 100644 (file)
@@ -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
 
index 839e965..239ccb8 100644 (file)
@@ -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 )