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?
Hi,
I'm trying to run
ghcjs-boot --dev
but keep gettingConfiguring 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
includesGHC.PrimopWrappers
inexposed-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!