Alan Zimmerman

Results 212 comments of Alan Zimmerman

FYI haskell-ide-engine also supports the various recent flavours of GHC (not 8.4.1) See - https://github.com/haskell/haskell-ide-engine/blob/master/stack-8.0.2.yaml - https://github.com/haskell/haskell-ide-engine/blob/master/stack-8.2.1.yaml - https://github.com/haskell/haskell-ide-engine/blob/master/stack.yaml

I am sort of doing something here, working on https://github.com/alanz/cabal-helper/tree/ghc-8.4 and https://github.com/alanz/ghc-mod/tree/ghc-8.4. My current goal is to get it working well enough that I can run the tests for HaRe....

And I now understand why I could not get it to run cabal-helper wrapper. See https://github.com/haskell/cabal/issues/4509

You can try to use this branch : https://github.com/alanz/ghc-mod/tree/ghc-8.4-hie We currently use that in haskell-ide-engine.

Have you configured to enable the tests? Else ghc-mod will not know about them, or their dependencies

@dxld I am beginning to wonder if ghc-mod should not have a private `dist` directory where it configures with all targets enabled. Perhaps it is just a problem when using...

I do not use stack much, but perhaps run `stack test`. Not sure if there is an option to configure only On Tue, Oct 6, 2015 at 10:19 PM, Rik...

What happens if you run the ghc-mod check command after `stack test`?

Then I can't help On Tue, Oct 6, 2015 at 10:30 PM, Rik [email protected] wrote: > @alanz https://github.com/alanz No difference > > — > Reply to this email directly or...