[commit: ghc] wip/custom-type-errors: Remove unused imports (7778508)
git at git.haskell.org
git at git.haskell.org
Sat Oct 31 20:18:53 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/custom-type-errors
Link : http://ghc.haskell.org/trac/ghc/changeset/7778508c1e66ee724a1865ccdf96c52e773adcd9/ghc
>---------------------------------------------------------------
commit 7778508c1e66ee724a1865ccdf96c52e773adcd9
Author: Iavor S. Diatchki <iavor.diatchki at gmail.com>
Date: Sat Oct 31 13:16:10 2015 -0700
Remove unused imports
>---------------------------------------------------------------
7778508c1e66ee724a1865ccdf96c52e773adcd9
compiler/typecheck/TcRnTypes.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compiler/typecheck/TcRnTypes.hs b/compiler/typecheck/TcRnTypes.hs
index 9e51a9b..c3b9fdb 100644
--- a/compiler/typecheck/TcRnTypes.hs
+++ b/compiler/typecheck/TcRnTypes.hs
@@ -115,7 +115,7 @@ import TcEvidence
import Type
import CoAxiom ( Role )
import Class ( Class )
-import TyCon ( TyCon, tyConName )
+import TyCon ( TyCon )
import ConLike ( ConLike(..) )
import DataCon ( DataCon, dataConUserType, dataConOrigArgTys )
import PatSyn ( PatSyn, patSynType )
@@ -147,7 +147,7 @@ import FastString
import GHC.Fingerprint
import Data.Set (Set)
-import Control.Monad (ap, liftM, guard, msum)
+import Control.Monad (ap, liftM, msum)
#ifdef GHCI
import Data.Map ( Map )
More information about the ghc-commits
mailing list