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

Hey all, Trying to install hie, I'm running into the following build error: ```jkaye@colwksdev001 ~/src/haskell-ide-engine (master) $ ./cabal-hie-install hie Resolving dependencies... Build profile: -w ghc-8.8.3 -O1 In order, the following...

type: bug
os: linux
build

Hello! I have the following `hashtable.cabal` file: ``` cabal-version: 2.2 name: hashtable version: 0.1.0.0 -- description etc. common shared-properties build-depends: -- packages ghc-options: -Wall -Werror -O2 default-language: Haskell2010 library import:...

type: bug

When using the action for adding missing imports it mangles the formatting of yaml files and removes any comments: Original: ``` name: test version: 0.1.0.0 github: "meck/test" license: BSD3 author:...

status: blocked
type: enhancement
component: upstream

I have created a minimal repro here: https://github.com/expipiplus1/hie-reload-example The gist of it is, I have loaded a project in which module `Foo` depends on `Bar`. I make an edit to...

Example error message: https://gist.github.com/fendor/35e7c50cc97d7b098c4bd683306b9a23 Crashes the ghc thread and renders most hie requests unresponsive. Sometimes you can see an endless progress message trying to compile a certain file. Happens to...

Example script file here: https://www.haskell.org/cabal/users-guide/nix-local-build.html#cabal-v2-run And here: https://github.com/haskell/cabal/issues/6122#issue-462558871 When I open Atom HIE is throwing the following error: ``` Fail on initialisation for "/home/neo/Projects/haskell-editor-setup/src/setup.hs". Could not obtain flags for: "src/setup.hs"....

type: question
type: enhancement

Everything was working well until I recompiled HIE with commit hash [22c69c620b2707119194bb33c4ae15427e46f0a2](https://github.com/haskell/haskell-ide-engine/tree/22c69c620b2707119194bb33c4ae15427e46f0a2). When I try editing a test file, vscode keeps complaining the following: ``` Fail on initialisation for "/Users/xiao/haskell/mal2/test/NumberSpec.hs"....

type: bug
can-workaround
status: blocked upstream
component: cabal-helper

cabal index 2020-06-01T18:54:28Z stack-8.8.3.yaml to lts-15.14 stack.yaml to nightly-2020-06-01

Hello, I'm trying to install `hie` with `stack ./install.hs hie-8.8.3` and the build fails every time. FYI this is in a short path (`C:\hie`) and I have also enabled Win32...

type: bug
os: windows
build
can-workaround
status: blocked upstream

Hi! I'm Japanese. I use Manjaro KDEand installed hie through AUR. When I tried to update hie , the build process did not complete. This is the error code ```...

type: bug
os: linux
build