diff options
author | sof <unknown> | 1997-09-04 19:54:53 +0000 |
---|---|---|
committer | sof <unknown> | 1997-09-04 19:54:53 +0000 |
commit | c3b1c7e59de255234a5f9d5b40592bb9f5fcd084 (patch) | |
tree | 0f55a951a81e1b71ac5032ac85b0d804b0d2d408 /ghc/compiler | |
parent | f1bacb987c0c36c0a14a87060b29bf851728fbfe (diff) | |
download | haskell-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.lhs | 5 |
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, |