Project 'TerrorJack/ghc' was moved to 'haskell-wasm/ghc'. Please update any links and bookmarks that may still have the old path.
Pass other-modules to `ghc --make` for exe components
`gbuildSources` was introduced by a refactoring in 382143aa but there doesn't appear to be a good reason why the modules are only passed for a non-haskell main module. So this patch consistently passes `other-modules` to `ghc --make` for both variants of executables. Addresses part of #4528
Loading
Please register or sign in to comment