haskell / haskell-ide-engine

The engine for haskell ide-integration. Not an IDE
BSD 3-Clause "New" or "Revised" License
2.38k stars 211 forks source link

macos failure to build package primitive #1801

Open wminshew opened 4 years ago

wminshew commented 4 years ago

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
jneira commented 4 years ago

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.

wminshew commented 4 years ago

thank you I will head there!