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
jberryman
GHC
Commits
0da14097
Commit
0da14097
authored
Jan 22, 2002
by
simonmar
Browse files
[project @ 2002-01-22 13:04:13 by simonmar]
Import wibbles
parent
645c395c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/ghci/InteractiveUI.hs
View file @
0da14097
{-# OPTIONS -#include "Linker.h" -#include "SchedAPI.h" #-}
-----------------------------------------------------------------------------
-- $Id: InteractiveUI.hs,v 1.10
6
2002/01/
09 12:41:47
simonmar Exp $
-- $Id: InteractiveUI.hs,v 1.10
7
2002/01/
22 13:04:13
simonmar Exp $
--
-- GHC Interactive User Interface
--
...
...
@@ -15,11 +15,10 @@ module InteractiveUI ( interactiveUI, ghciWelcomeMsg ) where
import
Packages
import
CompManager
import
HscTypes
(
TyThing
(
..
)
)
import
MkIface
import
ByteCodeLink
import
MkIface
(
ifaceTyThing
)
import
DriverFlags
import
DriverState
import
DriverUtil
import
DriverUtil
(
handle
,
remove_spaces
)
import
Linker
import
Finder
(
flushPackageCache
)
import
Util
...
...
@@ -34,7 +33,8 @@ import Name ( Name, isHomePackageName, nameSrcLoc, nameOccName,
import
OccName
(
isSymOcc
)
import
BasicTypes
(
defaultFixity
)
import
Outputable
import
CmdLineOpts
(
DynFlag
(
..
),
getDynFlags
,
saveDynFlags
,
restoreDynFlags
,
dopt_unset
)
import
CmdLineOpts
(
DynFlag
(
..
),
getDynFlags
,
saveDynFlags
,
restoreDynFlags
,
dopt_unset
)
import
Panic
(
GhcException
(
..
),
showGhcException
)
import
Config
...
...
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