Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
7121d829
Commit
7121d829
authored
Sep 19, 2006
by
chak@cse.unsw.edu.au.
Browse files
Adapt TcRnDriver to moved tyThingToIfaceDecl
parent
a43af120
Changes
2
Hide whitespace changes
Inline
Side-by-side
compiler/iface/MkIface.lhs
View file @
7121d829
...
...
@@ -11,8 +11,10 @@ module MkIface (
writeIfaceFile, -- Write the interface file
checkOldIface -- See if recompilation is required, by
checkOldIface
,
-- See if recompilation is required, by
-- comparing version information
tyThingToIfaceDecl -- Converting things to their Iface equivalents
) where
\end{code}
...
...
compiler/typecheck/TcRnDriver.lhs
View file @
7121d829
...
...
@@ -48,7 +48,8 @@ import TcRules ( tcRules )
import TcForeign ( tcForeignImports, tcForeignExports )
import TcInstDcls ( tcInstDecls1, tcInstDecls2 )
import TcIface ( tcExtCoreBindings, tcHiBootIface )
import IfaceSyn ( checkBootDecl, tyThingToIfaceDecl, IfaceExtName(..) )
import MkIface ( tyThingToIfaceDecl )
import IfaceSyn ( checkBootDecl, IfaceExtName(..) )
import TcSimplify ( tcSimplifyTop )
import TcTyClsDecls ( tcTyAndClassDecls )
import LoadIface ( loadOrphanModules )
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment