-
For eg., to disable ormolu/fourmolu,
```nix
{
settings.haskell-language-server.custom = with pkgs.haskell.lib.compose; lib.flip lib.pipe [
(disableCabalFlag "ormolu")
(disableCa…
srid updated
5 months ago
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
With Haskell extension and Vim mode, if I add new line above definition, while there is another de…
-
(Just tracking this here in case anyone bumps in to it, and so that I've got a record of what the issue is for when I inevitably hit it again.)
If we load `primer/primer-service/exe-server/Main.hs`…
-
Windows 11, not WSL2, plain Windows installation from terminal.
```
src\Language\Haskell\Ghcid\Terminal.hs:66:21: error:
Ambiguous occurrence ‘wM_SETICON’
It could refer to
eithe…
-
**Oni Version:** 0.3.7-beta3
**Neovim Version (Linux only):** 0.3.1
**Operating System:** Arch Linux
**Issue:**
After working for a while with several Haskell source files open, the language c…
-
We will use this issue to plan and schedule events for 2024.
# Talks
## Schedule
* 2024-01-12 (Friday) - 2024 Kickoff: social event @ Bloodhound.
* 2024-02-13 - Regular meetup
- Javan Woo…
-
# Why?
Native protocol has a lot of advantages:
1. Serialization doesn't require escaping special characters
2. DBMS resources utilization much more efficient
3. Single TCP connection per client f…
-
I'm using current latest commit (e930b2f4317c8ec44df1414212a07f948c6f0324) and 2nd method (Cabal+Nix build)
After getting into development environment with `nix-shell` command, I can use `cabal build…
it4rb updated
2 years ago
-
This is a minor issue I ran into when combining Template Haskell with Liquid Haskell:
```haskell
-- A.hs
{-@ LIQ…
-
## Is your enhancement request related to a problem? Please describe.
My codebase is full of pieces of record that are constructed using "function" syntax. Something such as:
```haskell
data Fo…