ghcjs / ghcjs-boot

boot libraries for ghcjs - deprecated as of GHC 8.2
5 stars 30 forks source link

Missing GHC.PrimopWrappers? #34

Closed tobiasgwaaler closed 8 years ago

tobiasgwaaler commented 8 years ago

Hi,

I'm trying to run ghcjs-boot --dev but keep getting Configuring ghc-prim-0.4.0.0... setup: Error: Could not find module: GHC.PrimopWrappers with any suffix: ["gc","chs","hsc","x","y","ly","cpphs","hs","lhs"]

I noticed that ghc-prim.cabal includes GHC.PrimopWrappers in exposed-modules, but I can't find that module in the GHC directory. This would explain the error I'm getting, but these files haven't changed for a long time so it seems unlikely I'm the first running into this?

Thanks!

tobiasgwaaler commented 8 years ago

I removed .stack and .ghcjs and did a full reinstall, that worked :) Sorry about this