-
Notifications
You must be signed in to change notification settings - Fork 347
ghc-mod / stack / dist dir #801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@DanielG, @kazu-yamamoto: pinging so that you know there is a potential issue. |
I'm not familiar with inf-haskell-mode does that even invoke |
I think it is the ghc-mod using cabal-helper to read its cache, not finding On Sun, Aug 9, 2015 at 2:29 PM, Daniel Gröber [email protected]
|
Oh well that makes sense. But ghc-mod shouldn't go into a loop by itself. Something needs to be invoking it over and over. |
That is the haskell-mode tie-in. The "loop" is triggered every time the On Sun, Aug 9, 2015 at 2:40 PM, Daniel Gröber [email protected]
|
So what happens when you do it on the command line? |
As I understand If there is something to do on |
I use
inf-haskell-mode
with GHC 7.10.2 andghc-mod
compiled from https://github.com/alanz/ghc-mod/tree/HaRe (basically ghc-mod master but exposing some more internals)haskell-mode is set up out of the box from spacemacs
I have found that the on the fly checking goes into a continuous cabal configure reload loop as I type unless I make sure that the
./dist
directory exists, either by doingcabal configure
separately from stack, or by symlinking the output ofstack path --dist-dir
to./dist
.The text was updated successfully, but these errors were encountered: