-
Notifications
You must be signed in to change notification settings - Fork 208
Hie-wrapper dead while start-up: no .cabal files in stack based project #1666
Comments
A possible solution might be to add an explicit cradle:
stack: for simple projects and for more complex projects, use a more complex one, see https://github.com/haskell/haskell-ide-engine#project-configuration |
@Hypnoes Can you paste the output of |
Nothing. Btw, add a |
Ok, so how is your project setup? Do you have a If |
@DanielG Emmm, I just found |
I'm facing the same issue here. Instead, with the following hie.yaml:
it does work. Stack build builds properly the project and The interesting part is that the project is using a handwritten cabal file, though it does compile via stack (hence it is equipped with both stack.yml and the related project.cabal). The resolver in use is |
@awgn and |
@awgn Please post some logs, if you use |
To be sure that it is the same issue the error log should contain: |
If it helps, I am running arch and installed via I had the exact error @jneira posted above. I added the hie.yaml as also posted above. resulted in
The project I am in was initialized via
I solved this by uninstalling haskell-ide-engine with aura and cloning the repo manually. |
Here is the output from log:
I thought it might be related to DanielG/cabal-helper/issues/90, but i can't find the solution of this problem.
The text was updated successfully, but these errors were encountered: