-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Document that mixins doesn't work with stack repl #328
Comments
I'm using macOS and stack 2.3.3 |
Hi @rikvdkleij, could you provide a minimal example and your specific error? Most likely this is a Stack issue. |
I have created the project with summoner cli by entering relude as alternative prelude.
And when I created a module which imports nothing and I want to use e.g. When I import Relude explicitly in module then GHC can find |
I believe that you are encountering this Stack issue: commercialhaskell/stack#5077 If it is not the case, please provide some more details on how you build the project when you get the error (it would be nice to see module as well and the command with the output 🙂 ). |
Thanks, yes, it's the same issue. Maybe you can put a note in the documentation that the recommended way doesn't work (yet) with stack. |
Nice idea! I will add it into troubleshooting section of the README. |
Following those instructions https://kowainik.github.io/projects/relude#mixins (also via summoner with Relude as alternative Prelude) Relude becomes not the default Prelude.
For some reason the GHC Prelude is not overridden/replaced by Relude.
The text was updated successfully, but these errors were encountered: