-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
"stack ide start [my project]" isn't loading my modules #48
Comments
I've been having issues as well after upgrading a couple days ago, but haven't had the time to investigate myself. Currently back at my old emacs setup. |
Me too after I upgraded to $ stack --version
Version 0.1.2.7, Git revision 4fa8e0ca37f865e43514abfb81811e48da5eb3ec |
Yes, I'm reproducing too. Not sure what the cause is, looking into it. |
Same result on a fresh project: http://lpaste.net/raw/5667254560192724992 |
Fixed this in commercialhaskell/stack@f7c0a45. I caused a regression while fixing ghci in commercialhaskell/stack#498. |
@chrisdone I am still getting the same result with your fix. |
Did you reinstall stack? |
The fix works for me, ide-backend is compiling stuff now -- thanks @chrisdone ! |
I've been trying to get started with
stack-mode
in Emacs, but it's become clear that there's something wrong with my ide-backend/stack-ide setup. I've installed the latest versions of master branch of stack-ide and stack from Github. My project is called "hite", when I typestack ide start hite
I get the following kind of output:It seems that
ide-backend
is not figuring out the structure of my project -- it's not loading or compiling any of the modules, and when it's asked for source errors it replies that there are none. My cabal file and project file are named the same as my project, as I saw in another thread. Can anyone help? Thanks!The text was updated successfully, but these errors were encountered: