[commit: ghc] wip/rae-new-coercible: Remove redundant import. Argh. (d02925a)
git at git.haskell.org
git at git.haskell.org
Tue Dec 9 16:37:10 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae-new-coercible
Link : http://ghc.haskell.org/trac/ghc/changeset/d02925a6ff17a115d27b87d69f82fa036708c2a7/ghc
>---------------------------------------------------------------
commit d02925a6ff17a115d27b87d69f82fa036708c2a7
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Tue Dec 9 11:33:58 2014 -0500
Remove redundant import. Argh.
>---------------------------------------------------------------
d02925a6ff17a115d27b87d69f82fa036708c2a7
compiler/typecheck/TcInteract.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/typecheck/TcInteract.hs b/compiler/typecheck/TcInteract.hs
index b0644a3..c377259 100644
--- a/compiler/typecheck/TcInteract.hs
+++ b/compiler/typecheck/TcInteract.hs
@@ -42,7 +42,6 @@ import Pair (Pair(..))
import Unique( hasKey )
import FastString ( sLit )
import DynFlags
-import Data.List ( find )
import Util
{-
More information about the ghc-commits
mailing list