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

The engine for haskell ide-integration. Not an IDE

Results 100 haskell-ide-engine issues
Sort by recently updated
recently updated
newest added

Howdy! For some reason, I get the error that hie-wrapper crashed 5 times in the past 3 minutes.

@jneira found that it happens on our install script project when you have *never* built it before. Steps to reproduce: ```bash git clone https://github.com/mpickering/haskell-ide-engine hie cd hie/install code . ```...

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...

type: bug
os: windows
build

Hi I just installed hie on linux mint 19.3. When I try to run it on a project i get hie: Can't parse "/usr/lib/ghc/platformConstants" The file platformConstants exists. Here is...

Fails. With "normal" Cabal config - fails to construct dependency tree: ``` $ ghc --version The Glorious Glasgow Haskell Compilation System, version 8.10.1 $ ./cabal-hie-install hie-8.10.1 Warning: Unknown/unsupported 'ghc' version...

To reproduce clone: https://github.com/razvan-flavius-panda/LagdaMdToLagda/tree/948dbdeeddcc69e594c0cdb5bf23ffe49e180243 Enter `nix-shell --pure` and run `hie`: ``` [nix-shell:~/Projects/LagdaMdToLagda]$ hie 2020-05-31 02:16:29.286922422 [ThreadId 4] - run entered for hie-wrapper(hie) Version 1.1 x86_64 ghc-8.6.5 2020-05-31 02:16:29.296239444 [ThreadId 4]...

type: bug
os: nix

I'm getting intermittent build failures like this: ``` ld: library not found for -lHSshelley-spec-ledger-0.1.0.0-inplace-ghc8.6.5 clang: error: linker command failed with exit code 1 (use -v to see invocation) `gcc' failed...

Is it currently possible? It seems it only works for local methods.

For details of the issue and the solution see: https://github.com/ndmitchell/hlint/issues/1068

* Opening a new specific issue from #1564, reported by: * 0xd34df00d in https://github.com/haskell/haskell-ide-engine/issues/1564#issuecomment-583909583 * Maybe @kirillFedorov1 in https://github.com/haskell/haskell-ide-engine/issues/1564#issuecomment-583945900 (pending on comfirm it is the same error) * Citing @fendor:...

can-workaround
component: cabal-helper