Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,262
Issues
4,262
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
403
Merge Requests
403
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
7121d829
Commit
7121d829
authored
Sep 19, 2006
by
chak@cse.unsw.edu.au.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapt TcRnDriver to moved tyThingToIfaceDecl
parent
a43af120
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
compiler/iface/MkIface.lhs
compiler/iface/MkIface.lhs
+3
-1
compiler/typecheck/TcRnDriver.lhs
compiler/typecheck/TcRnDriver.lhs
+2
-1
No files found.
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
Markdown
is supported
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