Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
49c3ce56
Commit
49c3ce56
authored
Jul 09, 2006
by
Ian Lynagh
Browse files
Merge SysTools import declarations
parent
f943473c
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/GHC.hs
View file @
49c3ce56
...
...
@@ -226,7 +226,7 @@ import Finder
import
HscMain
(
newHscEnv
,
hscFileCheck
,
HscChecked
(
..
)
)
import
HscTypes
import
DynFlags
import
SysTools
(
initSysTools
,
cleanTempFiles
)
import
SysTools
(
initSysTools
,
cleanTempFiles
,
cleanTempFilesExcept
)
import
Module
import
UniqFM
import
PackageConfig
(
PackageId
)
...
...
@@ -240,7 +240,6 @@ import qualified ErrUtils
import
Util
import
StringBuffer
(
StringBuffer
,
hGetStringBuffer
)
import
Outputable
import
SysTools
(
cleanTempFilesExcept
)
import
BasicTypes
import
TcType
(
tcSplitSigmaTy
,
isDictTy
)
import
Maybes
(
expectJust
,
mapCatMaybes
)
...
...
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