vscode-ghc-mod icon indicating copy to clipboard operation
vscode-ghc-mod copied to clipboard

OSX build times are too long

Open hoovercj opened this issue 8 years ago • 2 comments

ghc-mod has not supported GHC 8

This comment https://github.com/DanielG/ghc-mod/issues/798#issuecomment-231638428 suggests that it is supported in ghc-mod 5.6.0 which appears to be released on hackage here

  • [X] - Temporarily disable osx builds in travis
  • [ ] - Check if ghc-mod does in fact support ghc 8
  • [ ] - Change travis.yml to use homebrew for OSX as described by @gdziadkiewicz in #20

hoovercj avatar Sep 16 '16 12:09 hoovercj

@gdziadkiewicz -- any guidance on how to switch to homebrew for mac builds now?

hoovercj avatar Feb 25 '17 08:02 hoovercj

If I remember correct and nothing changed then installing GHC 8 with homebrew was as simple and clean as calling brew install ghc. You can also try the stack formula, it seems to be up to date and maintained. As brew is OSX only you will have to branch the installation part basing on the operating system. If you want I can implement the change, test it and provide PR. If not then I can try to help/answer in case of emerging questions.

gdziadkiewicz avatar Feb 26 '17 23:02 gdziadkiewicz