Skip to content
Snippets Groups Projects
Commit 9e2327f3 authored by Juan J. Quintela's avatar Juan J. Quintela
Browse files

[project @ 1997-12-02 18:52:08 by quintela]

Deleted DsWarnFlavour
parent fff59517
No related merge requests found
......@@ -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
......
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment