summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-09-26 13:35:46 -0400
committerBen Gamari <ben@smart-cactus.org>2017-09-26 13:35:46 -0400
commitf9f1e38c204c0d294d31398c8c300fba3d89f450 (patch)
treec8fede2cbb74163529a6dab4aa37f816697a63de
parent0ffa396d5421bc127759a62c2612920005423b15 (diff)
downloadhaskell-f9f1e38c204c0d294d31398c8c300fba3d89f450.tar.gz
TcInteract: Remove redundant import of Typeable
-rw-r--r--compiler/typecheck/TcInteract.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcInteract.hs b/compiler/typecheck/TcInteract.hs
index 260bb4aae3..f95194f5ea 100644
--- a/compiler/typecheck/TcInteract.hs
+++ b/compiler/typecheck/TcInteract.hs
@@ -27,7 +27,7 @@ import TcType
import Name
import RdrName ( lookupGRE_FieldLabel )
import PrelNames ( knownNatClassName, knownSymbolClassName,
- typeableClassName, typeableClassKey,
+ typeableClassName,
coercibleTyConKey,
hasFieldClassName,
heqTyConKey, eqTyConKey, ipClassKey )