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

So I think I have a lot of misunderstandings here... I have a project with a library component (in my .cabal) and a test component (also in my .cabal). I...

## Expected Behaviour Not showing any error when importing a local module in another module ## Current Behaviour This error message in Neovim's `:messages` buffer >Could not find module ‘My.Module’...

editor: (neo)vim

I had initially opened #1207 which was closed later in favor of #1520. My initial problem was that HIE did not work on macOS for a simple yesod project. At...

HaRe has been removed to make it easier to merge #1126 and to switch to `hie-bios`. We want it back, though! The blocking issue was how to obtain a global...

type: discussion
type: enhancement
component: plugin
component: hie-bios

When I have an import string: ```hs import Path (Abs, Dir, File, Path, reldir, absfile, ()) ``` and `absfile` is unused, there is a suggestion to remove redundant import. When...

type: bug

I am on Fedora linux and freshly cloned repo: ``` ~/p/haskell-ide-engine (master|✔) $ stack install.hs hie-8.6.5 4910ms  Sa 21 Mär 2020 10:57:55 CET # stack (for check) # git...

It seems like [retrie](https://hackage.haskell.org/package/retrie) would make a good plugin. TODO, figure out exactly what functionality would be appropriate to expose. Perhaps this would be better placed in the https://github.com/haskell/haskell-language-server, I...

Hi, Working with stack 2.1.3 and hie 1.1, (91422e95459130633905ab619772150860b2da2d (3793 commits) for ghc 8.8.2, I encountered problems when trying to load files located in the /app or /test components. Specifically,...

type: bug
os: macOS

Scenario: I have decided to add a `where` clause Actions - type `where` - hit enter. Instead of going to the next line and letting me continue, I get whatever...