From c3b1c7e59de255234a5f9d5b40592bb9f5fcd084 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 4 Sep 1997 19:54:53 +0000 Subject: [PATCH] [project @ 1997-09-04 19:54:53 by sof] Imports updated --- ghc/compiler/typecheck/TcInstDcls.lhs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ghc/compiler/typecheck/TcInstDcls.lhs b/ghc/compiler/typecheck/TcInstDcls.lhs index 4d82faf..e47929b 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, -- 1.7.10.4