-
It would be nice if hie could complete language extensions when it can detect the right completion context
-
I'm running into a problem building hie-nix on my mac during the build of `p6gajbx9vkn2p479i30a9zrmi7f70l6z-python3-3.7.3.drv`:
```
tscholak@futumorphism ~
% nix-env -iA hie84 -f https://github.c…
-
## Issue description
I did a `nixos-rebuild switch --upgrade` today and got this :
```
building path(s) ‘/nix/store/axlbixj05zcb4x29ji4vzg1hbsjw345g-ghc-mod-5.8.0.0’, ‘/nix/store/hz9v4drabinyv…
-
Not sure if this is planned and obvious, (or possibly against the philosophy of `haskell-ide-engine`), but it is probably a good idea to be able to import a project from git with a single command. I h…
-
Cloned latest commit (6f46f1a62cae837bf4c3d317fadbd8c93539fb40)
but `stack install` fails on this error:
```
Configuring foundation-0.0.13...
Building foundation-0.0.13...
Preprocessi…
-
See https://github.com/NixOS/nixpkgs/issues/31697
alanz updated
5 years ago
-
Hi,
I'm attempting to rig a reflex project set up in [this manner](https://github.com/reflex-frp/reflex-platform/blob/develop/docs/project-development.md). Unfortunately hie balks due to it attempt…
-
Loose comments from editor (emacs) perspective:
1. Buffers (open files) can be not yet saved and therefore differ from what is on disk currently. Generally we want to operate with the visible contents…
-
In general, when developing Haskell programs on Nix, it is nice to enter a Nix shell with the required packages as determined by `cabal2nix`; I typically have a Makefile in the root of my project that…
-
The README.md is somewhat contradictory. In the Features section it says
> Supports plain GHC projects, cabal projects(sandboxed and non sandboxed) and stack projects
but the editor integration …