haskell-ide-engine
haskell-ide-engine copied to clipboard
macos failure to build package primitive
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
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.
thank you I will head there!