diff options
author | sewardj <unknown> | 2000-11-22 10:01:45 +0000 |
---|---|---|
committer | sewardj <unknown> | 2000-11-22 10:01:45 +0000 |
commit | 4d0bafc27aec0065b180b715d8cf3a360c304da6 (patch) | |
tree | 5eee4b644f94d4c6e4f1200cca03344261fab02c /ghc/compiler/compMan/CompManager.lhs | |
parent | cf439717f2e81c92ce5a90891409c610082c6788 (diff) | |
download | haskell-4d0bafc27aec0065b180b715d8cf3a360c304da6.tar.gz |
[project @ 2000-11-22 10:01:45 by sewardj]
compiling-with-4.08.1 wibbles
Diffstat (limited to 'ghc/compiler/compMan/CompManager.lhs')
-rw-r--r-- | ghc/compiler/compMan/CompManager.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/compMan/CompManager.lhs b/ghc/compiler/compMan/CompManager.lhs index 475c8dd663..9148829fa2 100644 --- a/ghc/compiler/compMan/CompManager.lhs +++ b/ghc/compiler/compMan/CompManager.lhs @@ -42,9 +42,9 @@ import ErrUtils ( showPass ) import Util import Outputable import Panic ( panic ) +import CmdLineOpts ( DynFlags(..) ) #ifdef GHCI -import CmdLineOpts ( DynFlags(..) ) import Interpreter ( HValue ) import HscMain ( hscExpr, hscTypeExpr ) import RdrName |