-
Notifications
You must be signed in to change notification settings - Fork 710
Multi-repl doesn't support renaming of reexported modules #10181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The I opened a GHC ticket: https://gitlab.haskell.org/ghc/ghc/-/issues/25139 |
mpickering
added a commit
that referenced
this issue
Mar 28, 2025
In ghc-9.12 the -rexported-module flag was extended to add support for module renaming. Therefore now if a module uses a module renaming, then the -reexported-module flag is passed the renaming. Fixes #10181
8 tasks
I have fixed this on the cabal side in #10880 |
mpickering
added a commit
that referenced
this issue
Mar 28, 2025
In ghc-9.12 the -rexported-module flag was extended to add support for module renaming. Therefore now if a module uses a module renaming, then the -reexported-module flag is passed the renaming. Fixes #10181
mpickering
added a commit
that referenced
this issue
Apr 10, 2025
In ghc-9.12 the -rexported-module flag was extended to add support for module renaming. Therefore now if a module uses a module renaming, then the -reexported-module flag is passed the renaming. Fixes #10181
mpickering
added a commit
that referenced
this issue
Apr 10, 2025
In ghc-9.12 the -rexported-module flag was extended to add support for module renaming. Therefore now if a module uses a module renaming, then the -reexported-module flag is passed the renaming. Fixes #10181
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Loading mutliple components where one reexports a module from the other one fails with:
To Reproduce
This can be reproduced using
coot/io-classes
branch of the input-output-hk/io-sim repo. Ifreexported-modules
instrict-stm
package is removed from theio-classes.cabal
file the session is loaded.System information
cabal-3.12.1.0
ghc-9.8.2
The text was updated successfully, but these errors were encountered: