Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/f7b5c3f36e757abb7a9204abc9f47dfac5d20b7f >--------------------------------------------------------------- commit f7b5c3f36e757abb7a9204abc9f47dfac5d20b7f Author: Ian Lynagh <[email protected]> Date: Wed Jan 25 13:52:46 2012 +0000 Fix build >--------------------------------------------------------------- compiler/typecheck/TcHsType.lhs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compiler/typecheck/TcHsType.lhs b/compiler/typecheck/TcHsType.lhs index b103076..1490d91 100644 --- a/compiler/typecheck/TcHsType.lhs +++ b/compiler/typecheck/TcHsType.lhs @@ -46,7 +46,7 @@ import {-# SOURCE #-} TcSplice( kcSpliceType ) import HsSyn import RnHsSyn import TcRnMonad -import RnEnv ( polyKindsErr ) +import RnEnv ( dataKindsErr ) import TcHsSyn ( mkZonkTcTyVar ) import TcEvidence( HsWrapper ) import TcEnv _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
