-
While exact criteria is hard to establish, current 2-4 seconds to complete an identifier or an import on i3-4004U CPU seems too slow to me to be useful. This type of slowness is inherited from ghc-mod…
-
How does one add ghc-mod to be used with reflex projects using the try-reflex nix config ?
-
Come up with a process to launch the right hie, to match the compiler. And this has to work for stack and cabal, so stack install is not an option, necessarily.
I think there are two alternative ap…
alanz updated
5 years ago
-
```shell
$ stack --version
Version 1.10.0, Git revision 60302c98b6cd29f222d1dba349978e3a1f9ffb67 (dirty) (6417 commits) x86_64 hpack-0.29.6
$ stack build
Could not parse '/usr/local/share/haskel…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.36.1 x64
**Electron**: 2.0.18
**OS**: Debian GNU/Linux
**Thrown From**: [slima](https://github.com/neil-lindquist/slima) package 1.3.0
…
-
Are there any plans to add support for GHC 8.4.1?
-
In emacs, if I put the cursor on a symbol and invoke (via the menu) any command that needs a one word symbol (such as ghc-mod find command), the word that point is on should be provided.
But perhaps …
alanz updated
5 years ago
-
Starting a new GHC session is time consuming.
I want to move toward a model more like Intero, where you choose a target and then work in that context, and it is then the live session.
All the in…
alanz updated
5 years ago
-
I'm trying to get Haskell Language Server working in vscode...it works for built-in packages (like containers) but fails for others (like aeson). I've also tried this from atom and it failed with the …
-
We now have an ability to run an async plugin, through
``` haskell
data CommandFunc resp = CmdSync (SyncCommandFunc resp)
| CmdAsync (AsyncCommandFunc resp)
…
alanz updated
5 years ago