Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0a24be00cfc0d038d11bc72ba5da91addc7056d8 >--------------------------------------------------------------- commit 0a24be00cfc0d038d11bc72ba5da91addc7056d8 Author: Simon Peyton Jones <simo...@microsoft.com> Date: Tue Jan 8 12:04:24 2013 +0000 Add missing import >--------------------------------------------------------------- compiler/typecheck/TcMType.lhs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/compiler/typecheck/TcMType.lhs b/compiler/typecheck/TcMType.lhs index d4a7cd8..35e5ff8 100644 --- a/compiler/typecheck/TcMType.lhs +++ b/compiler/typecheck/TcMType.lhs @@ -85,6 +85,7 @@ import DynFlags import Util import Outputable import FastString +import SrcLoc import Bag import Control.Monad _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc