[commit: ghc] master: TcInteract: Remove redundant import of Typeable (f9f1e38)
git at git.haskell.org
git at git.haskell.org
Tue Sep 26 18:06:35 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f9f1e38c204c0d294d31398c8c300fba3d89f450/ghc
>---------------------------------------------------------------
commit f9f1e38c204c0d294d31398c8c300fba3d89f450
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Sep 26 13:35:46 2017 -0400
TcInteract: Remove redundant import of Typeable
>---------------------------------------------------------------
f9f1e38c204c0d294d31398c8c300fba3d89f450
compiler/typecheck/TcInteract.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcInteract.hs b/compiler/typecheck/TcInteract.hs
index 260bb4a..f95194f 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 )
More information about the ghc-commits
mailing list