summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-01-25 13:52:46 +0000
committerIan Lynagh <igloo@earth.li>2012-01-25 13:52:46 +0000
commitf7b5c3f36e757abb7a9204abc9f47dfac5d20b7f (patch)
tree77967a15391e1fdaba82a0a420d31827e41d6363
parent3bbb7e5842b18c93238a9fc402cb86b4f9596bbe (diff)
downloadhaskell-f7b5c3f36e757abb7a9204abc9f47dfac5d20b7f.tar.gz
Fix build
-rw-r--r--compiler/typecheck/TcHsType.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcHsType.lhs b/compiler/typecheck/TcHsType.lhs
index b103076517..1490d91855 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