haskell-ide-engine icon indicating copy to clipboard operation
haskell-ide-engine copied to clipboard

macos failure to build package primitive

Open wminshew opened this issue 5 years ago • 2 comments
trafficstars

log below, wasn't very informative unfortunately. Total haskell beginner here, hoping this is something easy to fix (did some searching but didn't find much related). Please let me know if there are any commands I can run that would provide more info

macos 10.15.5 ghc 8.10.2 stack 2.3.3

$ stack install.hs help

--  While building package primitive-0.6.4.0 using:
      /Users/wminshew/.asdf/installs/haskell/8.10.2/stack/setup-exe-cache/x86_64-osx/Cabal-simple_mPHDZzAJ_3.2.0.0_ghc-8.10.2 --builddir=.stack-work/dist/x86_64-osx/Cabal-3.2.0.0 build --ghc-options " -fdiagnostics-color=always"
    Process exited with code: ExitFailure 1

wminshew avatar Aug 27 '20 06:08 wminshew

Hi! haskell-ide-engine is being deprecated in favor of haskell-language-server https://github.com/haskell/haskell-language-server The new default vscode extension (if you are using vscode) https://marketplace.visualstudio.com/items?itemName=haskell.haskell will download the appopiate binary automatically.

jneira avatar Aug 27 '20 08:08 jneira

thank you I will head there!

wminshew avatar Aug 28 '20 00:08 wminshew