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

I had some confusion when following the install/build instructions. I think these changes might improve them. Let me know what you think. https://github.com/haskell/haskell-ide-engine/issues/1731

Run the following code in Ubuntu 20.04 LTS with error: ``` $ stack install Downloading nightly-2020-05-01 build plan ... RedownloadHttpError (HttpExceptionRequest Request { host = "raw.githubusercontent.com" port = 443 secure...

type: bug
build

After upgrading stack to 2.3.1 yesterday Haskell support in VScode is severely broken: * After opening an empty project created with `stack new myproject` I see "Initializing Stack project" popping...

type: bug
can-workaround
component: hlint

* This is the more promising option for running tests in macos and windows (thanks god and @alanz at least we have the circle ci for linux) * [X] Linux...

build
testing

log below, wasn't very informative unfortunately. Total haskell beginner here, hoping this is something easy to fix (did some searching but didn't find much related). Please let me know if...

Build fails on macOS Big Sur beta(System Version: macOS 10.16 (20A4300b)) with the following error: ``` # stack (for check) # git (for submodules) # git (for submodules) Options: Verbosity...

* Common case: a module of the main library has a compilation error but you are working on the exe (or test) component which has no errors * Actually master...

type: bug

As I understand it (correct me if I'm wrong / over-simplifying), Hie uses Hoogle when Haddock docs are not present. My project is configured with `--enable-documentation` and thus, as far...

When I write `do` and then press enter, it gets autocompleted to `drop Int [a]`. I have created my own snippet to fix this, but I think it should be...

On reload it quickly fixes itself for one moment (thats how i took that photo). After some time (switching between projects) it goes back to normal but on save is...