-
Notifications
You must be signed in to change notification settings - Fork 206
stack install.hs cabal fails #1160
Comments
I think the problem is actually I have no idea what the install script does but the fact it called |
Line is copied from the original Makefile, I dont know what it actually does or why it is needed. |
There is a package called I recall at some stage we had to pull it in specifically, because the older GHC versions shipped with a version that is too early for ghc-mod. I am not sure if it is still needed, perhaps do an experiment to see what happens, but make sure to test the actual installed version of hie for that GHC version, with Cabal uninstalled. |
I am currently investigating the need of this step and it currently seems that this step is not required. |
I removed "cabal" rule from install.hs and |
@arrowd, was it a complete clean install? E.g. only stack and git were freshly installed? |
Hmm, not sure. I also have |
does running |
Which |
|
Is this still an issue? I am not able to reproduce this error |
Ah, I found the source of the error. I had empty I'm still don't like that it installs |
I'm running
stack install.hs cabal
on FreeBSD and get the following output:The warning message about PATH seems unrelated and harmless, but
seems suspicious.
Any ideas how fix/debug this?
The text was updated successfully, but these errors were encountered: