You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
@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)
Build fails on Windows 10 with the following error:
I used the following commands:
Looks like there are some issues with floskell package.
The text was updated successfully, but these errors were encountered: