Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexis King
GHC
Commits
c916244f
Commit
c916244f
authored
18 years ago
by
Simon Peyton Jones
Browse files
Options
Downloads
Patches
Plain Diff
Import fiddling
parent
4ae1e172
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
compiler/basicTypes/Literal.lhs
+0
-1
0 additions, 1 deletion
compiler/basicTypes/Literal.lhs
compiler/hsSyn/HsUtils.lhs
+0
-1
0 additions, 1 deletion
compiler/hsSyn/HsUtils.lhs
compiler/main/HscTypes.lhs
+2
-3
2 additions, 3 deletions
compiler/main/HscTypes.lhs
with
2 additions
and
5 deletions
compiler/basicTypes/Literal.lhs
+
0
−
1
View file @
c916244f
...
@@ -34,7 +34,6 @@ import FastTypes
...
@@ -34,7 +34,6 @@ import FastTypes
import FastString
import FastString
import Binary
import Binary
import Ratio
import Ratio
import FastString
import Data.Int
import Data.Int
import Data.Word
import Data.Word
...
...
This diff is collapsed.
Click to expand it.
compiler/hsSyn/HsUtils.lhs
+
0
−
1
View file @
c916244f
...
@@ -22,7 +22,6 @@ import HsExpr
...
@@ -22,7 +22,6 @@ import HsExpr
import HsPat
import HsPat
import HsTypes
import HsTypes
import HsLit
import HsLit
import HsDecls
import RdrName
import RdrName
import Var
import Var
...
...
This diff is collapsed.
Click to expand it.
compiler/main/HscTypes.lhs
+
2
−
3
View file @
c916244f
...
@@ -73,8 +73,7 @@ import ByteCodeAsm ( CompiledByteCode )
...
@@ -73,8 +73,7 @@ import ByteCodeAsm ( CompiledByteCode )
import {-# SOURCE #-} InteractiveEval ( Resume )
import {-# SOURCE #-} InteractiveEval ( Resume )
#endif
#endif
import RdrName ( GlobalRdrEnv, emptyGlobalRdrEnv,
import RdrName ( GlobalRdrEnv, emptyGlobalRdrEnv, GlobalRdrElt(..),
LocalRdrEnv, emptyLocalRdrEnv, GlobalRdrElt(..),
unQualOK, ImpDeclSpec(..), Provenance(..),
unQualOK, ImpDeclSpec(..), Provenance(..),
ImportSpec(..), lookupGlobalRdrEnv )
ImportSpec(..), lookupGlobalRdrEnv )
import Name ( Name, NamedThing, getName, nameOccName, nameModule )
import Name ( Name, NamedThing, getName, nameOccName, nameModule )
...
@@ -96,7 +95,7 @@ import TyCon
...
@@ -96,7 +95,7 @@ import TyCon
import DataCon ( DataCon, dataConImplicitIds )
import DataCon ( DataCon, dataConImplicitIds )
import PrelNames ( gHC_PRIM )
import PrelNames ( gHC_PRIM )
import Packages ( PackageId )
import Packages ( PackageId )
import DynFlags ( DynFlags(..),
DynFlag(..),
isOneShot, HscTarget (..) )
import DynFlags ( DynFlags(..), isOneShot, HscTarget (..) )
import DriverPhases ( HscSource(..), isHsBoot, hscSourceString, Phase )
import DriverPhases ( HscSource(..), isHsBoot, hscSourceString, Phase )
import BasicTypes ( Version, initialVersion, IPName,
import BasicTypes ( Version, initialVersion, IPName,
Fixity, defaultFixity, DeprecTxt )
Fixity, defaultFixity, DeprecTxt )
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment