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

Given following `Test.hs`: ``` module Test (nonExistant) where ``` HIE produces: ``` "diagnostics": [ { "severity": 1, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 1,...

type: bug
can-workaround

So I use HIE + VSCode with this my project: https://github.com/vaclavsvejcar/svejcar-dev, it's basically just small Hakyll-powered blog with just few dependencies. Everything works fine with HIE 0.14.0.0, but after upgrading...

I would like to package the `hie` binaries with some linux package managers (maybe starting with by distribution archlinux and put the package `haskell-ide-engine-bin` on the `aur`) I am not...

build

In my opinion, the installation of HIE should be completely automatic for the user by default, unless someone is an advanced user that wants to tweak their install 🙂 This...

I have following cabal file, where I left out uninteresting parts: cabal-version: 1.12 name: app version: 0.1.0 build-type: Simple library exposed-modules: Application DataTypes ... hs-source-dirs: src shared default-extensions: NoImplicitPrelude, ViewPatterns...

component: upstream
editor: emacs

Hi. I'm Japanese.(So I think my English is not good. ) I tried to use HIE but it didn't work. ### on manjaro When I use manjaro, I installed stack...

type: bug
can-workaround
component: cabal-helper

1. For a stub project, ```shell $ stack new project hpack $ cd project && stack setup && stack build ``` which goes now with `resolver: lts-14.19` (has no effect...

status: info needed

I created a video demo here: https://streamable.com/i9k3z **Environment information:** Ubuntu 19.10 VS Code GHC + HIE 8.6.5 (built from source) Target project: https://github.com/hasura/graphql-engine/tree/master/server

Currently there are times where a code completion request takes some time to return, even if the module is already cached. I think this may be because `IdeM` is getting...

type: bug