diff options
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, |