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

If I edit a cabal file, run `cabal new-build`, the hie-bios session does not notice that anything has changed.

component: hie-bios

As I understand it, a multi-cradle hie.yaml maps from files to components in the cabal file. This can be done in a mechanical way, that will be correct 95% of...

component: hie-bios

Getting type definition and jumping to the definition both often does not work. After deleting `~/.cache/hie-bios` I can jump to definitions *only* in the same file, but still cannot see...

type: bug
editor: (neo)vim

# Steps to reproduce 1. Make any kind of error ```haskell doi --

type: bug

I'm trying to use hie on a sizeable code base - 500+ files, TH, generics, 200 fields records, etc. Very recent hie working with ghc8.8. For some reason it works...

type: performance

Hello, The problem is the same as #946. I'm working with GHC type checker plugins, just like ghc-typelits-knownnat. `hie-0.12.0.0` used to work with those plugins, but neither does `hie-1.0.0.0`. It...

type: bug

Minimal example (app/Main.hs file in standard stack's `new` template): ```haskell {-# LANGUAGE RecordWildCards #-} data Foo a = Foo {foo :: a, bar :: a} fun :: Foo a ->...

component: upstream
component: hlint

Hi, I'm getting some build errors (again) on macOS 10.15.3 (19D76). Here's my log output for `stack ./install.hs hie-8.6.5 --verbose`: * [https://gist.github.com/d8fd3fe5c58007baaebf74a29df3897a](https://gist.github.com/d8fd3fe5c58007baaebf74a29df3897a) I tried re-building `hie` using `stack clean --full`...

os: macOS
status: info needed
build

Hi, I', not sure this is a problem related to hie, bare with me asking here. Environment: * Mac OSX Mojave * Only install stack (v1.9.3) via home brew instead...

os: macOS
os: linux
editor: vscode

Hey all, This is on OSX, with an dev environment provided by Nix. Note that for this dev environment, we have library haddocks and profiling enabled. I'm using GHC 8.6.4...

os: macOS
editor: vscode
os: nix