[commit: ghc] wip/ttypeable: Kill redundant import (6371097)
git at git.haskell.org
git at git.haskell.org
Tue Feb 7 17:30:10 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ttypeable
Link : http://ghc.haskell.org/trac/ghc/changeset/63710979542779c688235a421e17b03701dabe56/ghc
>---------------------------------------------------------------
commit 63710979542779c688235a421e17b03701dabe56
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Feb 2 02:18:36 2017 -0500
Kill redundant import
>---------------------------------------------------------------
63710979542779c688235a421e17b03701dabe56
compiler/prelude/TysPrim.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/prelude/TysPrim.hs b/compiler/prelude/TysPrim.hs
index a6054dc..daa1634 100644
--- a/compiler/prelude/TysPrim.hs
+++ b/compiler/prelude/TysPrim.hs
@@ -96,7 +96,6 @@ import {-# SOURCE #-} TysWiredIn
import Var ( TyVar, TyVarBndr(TvBndr), mkTyVar )
import Name
-import NameEnv
import TyCon
import SrcLoc
import Unique
More information about the ghc-commits
mailing list