haskell / haskell-ide-engine

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

Windows 10 build fail. #1789

Open JoshuaJakowlew opened 4 years ago

JoshuaJakowlew commented 4 years ago

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.

jneira commented 3 years ago

@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)

ahmadrasyidsalim commented 3 years ago

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