-
Notifications
You must be signed in to change notification settings - Fork 210
Not working with cabal-2.4.1.0 #1015
Comments
Notice that
but it is actually found here:
It is unclear if it is the
|
After downgrading my cabal file to remove |
Work around:
|
Work around in the general case:
|
@newhoggy this is a problem with |
Reading One of the implications is that changing the version number in a Can it be worked around without requiring |
I am curious, should we be using I wanted to try, but I see that to Can anyone provide a direction here? |
@AlexeyRaga , the proper new-build support is coming via https://github.com/alanz/haskell-ide-engine/tree/bleeding-edge-c-h It sort of works at the moment, but has issues with caching, and detecting changes in the project being developed. |
@alanz awesome, thanks! :) Can't wait! :) |
Any news? I'm eagerly awaiting this! :) |
@alanz Can we document in the README that executable support is currently not working and users should work with |
We can do that. |
@masaeedu is it possible to use the @newhoggy I created a link of
Also, why is the command above from HIE calling |
Because HIE can only handle cabal v1-projects at the moment. Support for cabal v2 is coming via #1126 |
Afaik it is not.
Could you run the command in a shell to try to get a more informative error?
Well, i would add "... in a reliable way for most environments" to that. In my case i've got to use haskell-ide-engine with a simple cabal based project built with
|
@jneira no luck for me, I still got the readCreateProcess error after following your steps. |
We could trace the error thrown by cabal-helper and eventually got to make it work with some effort, but i would follow @fendor suggestion and wait for the mentioned pr and use stack in the meanwhile if you can use it. |
#1126 has landed bringing support for cabal v2-* builds! |
Looks like the
setup-config
is located in a slightly different location when building withcabal-2.4.1.0
:The text was updated successfully, but these errors were encountered: