summaryrefslogtreecommitdiff
path: root/ghc/compiler/compMan/CompManager.lhs
diff options
context:
space:
mode:
authorsewardj <unknown>2000-11-22 10:01:45 +0000
committersewardj <unknown>2000-11-22 10:01:45 +0000
commit4d0bafc27aec0065b180b715d8cf3a360c304da6 (patch)
tree5eee4b644f94d4c6e4f1200cca03344261fab02c /ghc/compiler/compMan/CompManager.lhs
parentcf439717f2e81c92ce5a90891409c610082c6788 (diff)
downloadhaskell-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.lhs2
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