summaryrefslogtreecommitdiff
path: root/ghc/compiler
diff options
context:
space:
mode:
authorsof <unknown>1997-09-04 19:54:53 +0000
committersof <unknown>1997-09-04 19:54:53 +0000
commitc3b1c7e59de255234a5f9d5b40592bb9f5fcd084 (patch)
tree0f55a951a81e1b71ac5032ac85b0d804b0d2d408 /ghc/compiler
parentf1bacb987c0c36c0a14a87060b29bf851728fbfe (diff)
downloadhaskell-c3b1c7e59de255234a5f9d5b40592bb9f5fcd084.tar.gz
[project @ 1997-09-04 19:54:53 by sof]
Imports updated
Diffstat (limited to 'ghc/compiler')
-rw-r--r--ghc/compiler/typecheck/TcInstDcls.lhs5
1 files changed, 2 insertions, 3 deletions
diff --git a/ghc/compiler/typecheck/TcInstDcls.lhs b/ghc/compiler/typecheck/TcInstDcls.lhs
index 4d82faf160..e47929bd59 100644
--- a/ghc/compiler/typecheck/TcInstDcls.lhs
+++ b/ghc/compiler/typecheck/TcInstDcls.lhs
@@ -61,9 +61,8 @@ import Unify ( unifyTauTy, unifyTauTyLists )
import Bag ( emptyBag, unitBag, unionBags, unionManyBags,
concatBag, foldBag, bagToList, listToBag,
Bag )
-import CmdLineOpts ( opt_GlasgowExts, opt_CompilingGhcInternals,
- opt_OmitDefaultInstanceMethods, opt_PprUserLength,
- opt_SpecialiseOverloaded
+import CmdLineOpts ( opt_GlasgowExts, opt_OmitDefaultInstanceMethods,
+ opt_PprUserLength, opt_SpecialiseOverloaded
)
import Class ( GenClass,
classBigSig,