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
trafficstars

So, the thing is that hie datatips do not seem to adjust their font size based on the Theme Setting. The datatips are way too small for me to read....

type: question
editor: atom

I read in https://mpickering.github.io/ide/posts/2020-05-08-state-of-haskell-ide.html and subsequently https://lukelau.me/haskell/posts/leak/ about space leaks in haskell-ide-engine. Whilst browsing the code I noticed that there are some strict data fields where space leaks may still...

Hi, I am observing strange behavior. Judging by hie's log it correctly sees updates I make to the file: ``` 2020-05-27 11:08:01.516354 [ThreadId 1255] - Typechecked modules for: Just "/private/var/folders/xm/wymzs8212vd2z4w239yz0kxr0000gn/T/haskell-lsp88245/ClusteringTask.hs-00035-8164476009238656258.hs"...

I'm a bit of a newbie, is there anyway to uninstall the current GHC version and specifically downgrade to an older version to have it work with hie?

os: windows

For some reason on the hie-bios branch when you change a file, all dependent hs-boot files are recompiled as well. This doesn't happen in GHCi when you reload a file....

Relevant issue seems to be https://github.com/commercialhaskell/stack/issues/4564. Seemingly, `stack repl` does not work on a projet with an internal library. If you supply the flag `stack repl --no-package-hiding` it works, however,...

type: bug
component: upstream
component: hie-bios

HIE: Version 1.3, Git revision e61670f75f6e1218bc4c8024a3359d9a134c121d (3874 commits) x86_64 ghc-8.6.5 Stack: Version 2.1.3, Git revision 0fa51b9925decd937e4a993ad90cb686f88fa282 (7739 commits) x86_64 hpack-0.31.2 Nvim: NVIM v0.5.0-453-g685468057-dirty With Coc as LSC Repro: 1. Create...

This is the log: ``` 2020-01-03 17:55:33.948008 [ThreadId 4] - run entered for hie-wrapper(hie-wrapper) Version 1.0.0.0, Git revision 704ed3c982ce350f6aafbf4854e91da1e2a1d1c2 (dirty) (3528 commits) x86_64 ghc-8.6.5 2020-01-03 17:55:33.968581 [ThreadId 4] - Current...

type: bug
component: cabal-helper

I've set up hie using `all-hies` on a NixOS system. Opening a Haskell file and explicitly invoking first `direnv-mode` and then `lsp` results in an error in `*hie::stderr*` saying it...

type: bug
os: nix
can-workaround
component: cabal-helper

On this file: ``` $ cat Bug.hs {-# LANGUAGE GADTs #-} {-# LANGUAGE TypeApplications #-} {-# LANGUAGE DataKinds #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE KindSignatures #-} {-# LANGUAGE FlexibleInstances...

type: bug