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

Windows 10 build fail.

Open JoshuaJakowlew opened this issue 4 years ago • 2 comments

Build fails on Windows 10 with the following error:

--  While building package floskell-0.10.2 using:
      C:\sr\setup-exe-cache\x86_64-windows\Cabal-simple_Z6RU0evB_3.0.1.0_ghc-8.8.3.exe --builddir=.stack-work\dist\29cc6475 build --ghc-options " -fdiagnostics-color=always"
    Process exited with code: ExitFailure 11
Progress 227/230

I used the following commands:

C:\> git clone https://github.com/haskell/haskell-ide-engine --recursive hie
C:\> cd hie
C:\> .\cabal-hie-install hie

Looks like there are some issues with floskell package.

JoshuaJakowlew avatar Jun 30 '20 12:06 JoshuaJakowlew

@JoshuaJakowlew sorry for the late response. The project is being deprecated and the main dev effort is being put in haskell-language-server, so i would recommend try it. Anyway, you mentioned you was using cabal to install hie (with cabal-hie-install) but the error seems to be related with a stack install (with stack .\install.hs hie)

jneira avatar Jul 14 '20 21:07 jneira

Yes, I get the same on stack .\install.hs hie-8.8.3

ahmadrasyidsalim avatar Jul 21 '20 11:07 ahmadrasyidsalim