commercialhaskell / commercialhaskell/stack
Use GHCi's full support for multiple home units, from GHC 9.14.1
Open
component: ghci
type: enhancement
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
`stack ghci` (and `stack repl`) loads up GHCi with all the library and executable components of all the packages in the Stack project. However, there are limitations. GHCi's full support for multiple home units from GHC 9.14.1 may allow those limitations to be overcome.
See:
* https://www.well-typed.com/blog/2025/06/ghci-multiple-home-units/
* https://discourse.haskell.org/t/well-typed-blog-making-ghci-compatible-with-multiple-home-units/12328
Contributor guide
Assessment
This issue has not been assessed yet.