Closed parsonsmatt closed 9 years ago
I haven't used this myself, but I'm just guessing: should it be stack exec stack-ide
?
That gives:
λ stack exec stack-ide
{"tag":"ResponseWelcome","contents":[0,1,0]}
stack-ide: user error (Use of GHC's environment variable GHC_PACKAGE_PATH is incompatible with Cabal. Use the flag --package-db to specify a package database (it can be used multiple times).)
stack-ide
all on it's own seems to be fine, though I haven't actually sent any requests yet:
λ stack-ide
{"tag":"ResponseWelcome","contents":[0,1,0]}
[blinking cursor]
What is the output of your stack --version
?
stack ide
works fine with me
stack --version
Version 0.1.1.0, Git revision 2cac22d2a26dab6faa00c6f03edf5798affb7840
That actually isn't the most recent commit! I'll do another upgrade and report back
Doh! /usr/bin/stack
was located before ~/.local/bin/stack
. Uninstalling stack using apt-get and using the locally installed version works just fine. Thanks for the help!
I installed
stack-ide
with the commands given in the README.md:Attempting to run
stack ide
gives the following error:Running
stack-ide
appears to work just fine. This occurs after runningstack upgrade --git
, so I should be on the most recent stack. Is the intended usagestack-ide
orstack ide
?