[commit: ghc] wip/ttypeable: TcInteract: Cleanup imports (dc19773)

git at git.haskell.org git at git.haskell.org
Tue Feb 7 17:29:58 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/ttypeable
Link       : http://ghc.haskell.org/trac/ghc/changeset/dc1977323b5a35384681bea5a00b6623b8a4ab40/ghc

>---------------------------------------------------------------

commit dc1977323b5a35384681bea5a00b6623b8a4ab40
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Feb 2 02:29:03 2017 -0500

    TcInteract: Cleanup imports


>---------------------------------------------------------------

dc1977323b5a35384681bea5a00b6623b8a4ab40
 compiler/typecheck/TcInteract.hs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/typecheck/TcInteract.hs b/compiler/typecheck/TcInteract.hs
index 6cded90..2cd2fa7 100644
--- a/compiler/typecheck/TcInteract.hs
+++ b/compiler/typecheck/TcInteract.hs
@@ -27,8 +27,8 @@ import PrelNames ( knownNatClassName, knownSymbolClassName,
                    typeableClassName, coercibleTyConKey,
                    heqTyConKey, ipClassKey )
 import TysWiredIn ( typeNatKind, typeSymbolKind, heqDataCon,
-                    coercibleDataCon, runtimeRepTy )
-import TysPrim    ( eqPrimTyCon, eqReprPrimTyCon, tYPETyCon )
+                    coercibleDataCon )
+import TysPrim    ( eqPrimTyCon, eqReprPrimTyCon )
 import Id( idType )
 import CoAxiom ( TypeEqn, CoAxiom(..), CoAxBranch(..), fromBranches )
 import Class



More information about the ghc-commits mailing list