Re: GHC 9.3 API panics with "No home unit"; need advice on what next

2021-09-24 Thread Norman Ramsey
Followup: I managed to get things configured to work with `cabal v2-build`, and with this build, the app dumps STG code as expected. I am unblocked! Norman > nr@homedog ~/a/sandbox> cabal v1-build > Resolving dependencies... > Configuring sandbox-0.1.0.0... > Preprocessing executab

GHC 9.3 API panics with "No home unit"; need advice on what next

2021-09-24 Thread Norman Ramsey
All, I tried Alfredo's suggestion of building with the stage1 compiler. (Sticking with the bootstrap compiler for HLS support, which seems to be working OK.) I've gotten a bit further. I have a small app that loads .hs files, translates to STG, and dumps the results. It also dumps the `ModSumma