Daniel Gröber (dxld)
Daniel Gröber (dxld)
You really shouldn't be leaving it running for that long in the first place, but an easy fix would be to just kill the process every once in a while....
Minor revision, you'd also want to kill the timer when the buffer is killed: ``` (defvar my-ghc-idle-kill-timer "Timer used to kill ghc-mod process when Emacs is idle for a long...
Can you link me to or post the rest of the log output? Or alternatively how do I reproduce stackage's build environment?
Why do you think it has to do with `--libexecdir`?
cabal-helper-wrapper failing could have a number of reasons. If the executable wasn't there then the error code would be something like 127 (at least on linux IIRC) so I don't...
Can you catch it on the next stackage build or something?
Ok great, thanks.
The only real error I can see is: ``` Language/Haskell/GhcMod/Error.hs:46:1: error: Ambiguous interface for ‘Panic’: it was found in multiple packages: protolude-0.1.7 ghc-8.0.1 ``` which I've never seen before. Isn't...
Can you give me like a minimal example project that still reproduces this bug?
@WillSewell I cannot reproduce this with GHC 8.0, what GHC version where you testing with? Also I used the following as a cabal file. ``` name: template-haskell-ffi version: 0.1.0.0 build-type:...