Fix primMname in External Core printer
[ghc-hetmet.git] / compiler / coreSyn / ExternalCore.lhs
index 49a7753..86a0d03 100644 (file)
@@ -81,7 +81,9 @@ type Qual t = (Mname,t)
 type Id = String
 
 primMname :: Mname
-primMname = "base:GHC.Prim"
+-- For truly horrible reasons, this must be z-encoded.
+-- With any hope, the z-encoding will die soon.
+primMname = "ghc-prim:GHCziPrim"
 
 tcArrow :: Qual Tcon
 tcArrow = (primMname, "(->)")