Skip to content
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

Plugin doesn't work #618

Open
sashasashasasha151 opened this issue Oct 22, 2020 · 6 comments
Open

Plugin doesn't work #618

sashasashasasha151 opened this issue Oct 22, 2020 · 6 comments

Comments

@sashasashasasha151
Copy link

I successfully builded project with stack build --fast, run Update Settings and restart REPLs and in messages it show indigo-0.2.1: unregistering (missing dependencies: cleveland) and plugin features don't work (beta83)

@sashasashasasha151
Copy link
Author

Maybe you can help us more widely. We develop https://gitlab.com/morley-framework/morley/-/tree/master but looks like there are a lot of issues with this repo and haskell plugin and we can't fix them all. It a bit works with beta72 but not also too bad(

@rikvdkleij
Copy link
Owner

I have imported the project.

Main issue is that your project has two stack.yamls. That's not supported by plugin.
Btw, you can enable the Haskell Event log to see more info about what is going on.

@sashasashasasha151
Copy link
Author

Okay, sorry, it was my bad, because I didn't update IDEA
Now I did it, build project, run Update Settings and restart REPLs and this is logs after my click on the simple let` element
https://gist.github.com/sashasashasasha151/bd92a91ce863bb3277d5031609418de8

Also about two stack.yamls. I think you misunderstood smth because we have only one stack.yaml file

@rikvdkleij
Copy link
Owner

Yes, I saw the same errors. Looks like there is some conflict between the library packages. And then I saw the second stack.yaml...

For performance reason all library packages are loaded in one GHCi instance.

But yeah, it’s some guessing

@sashasashasasha151
Copy link
Author

We also have mixins and custom prelude there, maybe it is also the problem

@rikvdkleij
Copy link
Owner

rikvdkleij commented Oct 23, 2020

Mixins are not supported by Stack repl , see commercialhaskell/stack#5077

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants