From: Roman Leshchinskiy Date: Tue, 21 Aug 2007 02:45:29 +0000 (+0000) Subject: Get the PA dictionary for closures from the right module X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=f0b92c4d4ff0584faa4dc8817f59dd5ddbda96a9 Get the PA dictionary for closures from the right module --- diff --git a/compiler/vectorise/Vectorise.hs b/compiler/vectorise/Vectorise.hs index d074092..31defa5 100644 --- a/compiler/vectorise/Vectorise.hs +++ b/compiler/vectorise/Vectorise.hs @@ -47,7 +47,7 @@ import Control.Monad ( liftM, liftM2, zipWithM, mapAndUnzipM ) builtin_PAs :: [(Name, Module, FastString)] builtin_PAs = [ - mk closureTyConName FSLIT("dPA_Clo") + (closureTyConName, nDP_CLOSURE, FSLIT("dPA_Clo")) , mk intTyConName FSLIT("dPA_Int") ] ++ tups