Don't import FastString in HsVersions.h
[ghc-hetmet.git] / compiler / codeGen / CgBindery.lhs
index 34c4315..2ea13f6 100644 (file)
@@ -62,6 +62,7 @@ import StgSyn
 import Unique
 import UniqSet
 import Outputable
+import FastString
 
 \end{code}
 
@@ -450,8 +451,8 @@ bindNewToTemp id
     uniq     = getUnique id
     temp_reg = LocalReg uniq (argMachRep (idCgRep id)) kind
     kind     = if isFollowableArg (idCgRep id)
-               then KindPtr
-               else KindNonPtr
+               then GCKindPtr
+               else GCKindNonPtr
     lf_info  = mkLFArgument id -- Always used of things we
                                -- know nothing about