ghci: can't load module BitSet, and some others
Hi. I'm totally puzzled: ghc-pkg describe ghc shows BitSet as exposed module. When grepping the whole ghc source code the only occurance I can find is in the package.in file for the ghc package. But that't it Trying to load it using GHC-api or ghci fails ? Is this module depreceated and only there for compatibility reasons? darcs changes reveals: Wed Oct 11 15:16:14 CEST 2006 Simon Marlow <simonmar@microsoft.com> * remove BitSet, it isn't used So is it time to remove it completely? I can't load all these modules: BitSet FieldLabel IlxGen Java JavaGen PrintJava RegisterAlloc So what's wrong here? Sincerly MarcWeber
They do no longer exist:
BitSet FieldLabel IlxGen RegisterAlloc
I've found this kind of error at least twice error "RegisterAlloc.livenessSCCs" ^^^^^^^^^ I've found this kind of error twice in ghc code.. Should this be updated to the new module name? Don't know about these modules:
Java JavaGen PrintJava Does anyone know?
Sincerly Marc Weber
On Mon, Apr 14, 2008 at 12:22:09AM +0200, Marc Weber wrote:
They do no longer exist:
BitSet FieldLabel RegisterAlloc
I've found this kind of error at least twice error "RegisterAlloc.livenessSCCs" ^^^^^^^^^
Thanks, I've tidied up all the above, except I wasn't sure what to replace RegisterAlloc with in the comment in nativeGen/AsmCodeGen.lhs.
Don't know about these modules:
IlxGen Java JavaGen PrintJava
Does anyone think these are worth keeping around, or can we delete them? While we're tidying up, would anyone object to InstallShield/ being deleted? Thanks Ian
participants (2)
-
Ian Lynagh -
Marc Weber