Multi-repl doesn't pass GHC options in an idiomatic way
Open
re: multi-repl
type: refactor
- Dominant language
- Haskell
- Stars
- 1.7k
- Forks
- 750
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 28
Description
The multi-repl code does some ad-hoc things to come up with "extra" arguments for things like `-working-dir`, `-rexported-modules` etc
Instead, the `GhcOptions` data type should be extended with these options, and then rendering implemented alongside the other options.
This is just a code quality improvement, no functional change is expected.
Contributor guide
Assessment
This issue has not been assessed yet.