[commit: ghc] wip/rae-new-coercible: Finished integrating SPJ's feedback. (9616426)

git at git.haskell.org git at git.haskell.org
Sun Dec 7 19:09:51 UTC 2014


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

On branch  : wip/rae-new-coercible
Link       : http://ghc.haskell.org/trac/ghc/changeset/9616426649d2cef325f1e93466fe360579e423b0/ghc

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

commit 9616426649d2cef325f1e93466fe360579e423b0
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Fri Dec 5 14:14:06 2014 -0500

    Finished integrating SPJ's feedback.


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

9616426649d2cef325f1e93466fe360579e423b0
 compiler/typecheck/TcExpr.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/typecheck/TcExpr.lhs b/compiler/typecheck/TcExpr.lhs
index 82c55d0..a1d9b6a 100644
--- a/compiler/typecheck/TcExpr.lhs
+++ b/compiler/typecheck/TcExpr.lhs
@@ -26,7 +26,7 @@ import TcUnify
 import BasicTypes
 import Inst
 import TcBinds
-import FamInst          ( tcGetFamInstEnvs )
+import FamInst          ( tcGetFamInstEnvs, tcLookupDataFamInst )
 import TcEnv
 import TcArrows
 import TcMatches



More information about the ghc-commits mailing list