"Simon Peyton-Jones" <[EMAIL PROTECTED]> wrote,

> | At the moment, parallel arrays are in 'base'.  They define
> | stuff that is exported from PrelNames and friends.  I think,
> | SimonM said that it wouldn't be fundamentally difficult to
> | define internally used names in other packages, but it may
> | involve some hassle.
> 
> Not much hassle.  TH uses internally-used names that are defined in the
> haskell-src package.  See DsMeta.mk_known_key_name (as recently
> committed).  You could do the same for parallel arrays if you wanted.  

Ok - so if our plans for using TH for the parallel array
libraries pan out, we will move all library support for
parallel arrays into a new package (probably called "parr")
and disable it for Stage 1 builds.

Cheers,
Manuel
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to