-
![image](https://user-images.githubusercontent.com/53291983/101616044-d249af00-3a49-11eb-8497-62d0ed787062.png)
The module name of the file that "main-is" is pointing to [should](https://cabal.readth…
-
I looked at what it would take to still support GHC 9.8 with `develop` as of 5595507d943cb00f92674c19a5cbafcd93dff92b and it's so little that I think it would be feasible with just a little CPP usage …
-
I was trying to use `qReadFileText` for example but just `foo = $(qReadFileText "my/file")` results in
```
Expected type: Language.Haskell.TH.Lib.ExpQ
Actual type: Language.Haskell.TH.S…
-
Hi, on top of my file I had the language options:
``` haskell
{-# LANGUAGE DataKinds, FlexibleContexts #-}
{-# LANGUAGE OverloadedLabels, ScopedTypeVariables, TypeFamilies #-}
{-# LANGUAGE TypeOperat…
-
I'm trying to compile haskell-language-server with ghc 8.10.1 (the nix expression I'm using: [hls-nix](https://github.com/poscat0x04/hls-nix)) and for some reason haskell.nix chose to use ghc 8.8.3 to…
-
The file `./syntaxes/cabal.json` does not exist:
https://github.com/JustusAdam/language-haskell/blob/c71c5d06452ec63c525cd6de27a16689302af5c5/package.json#L139
The file `syntaxes/literateHaskell…
-
Hello. I have been experimenting with various backends for Pointless. The first mildly successful attempt at writing one of these was this [compiler](https://github.com/ameerwasi001/Pointless-to-Lua-T…
-
An issue is documented: https://github.com/haskell/haskell-language-server/issues/1601
The recommended solution is to use versions of haskell-language-server compiled by nix instead of using the pr…
-
HIE is expected to respond to events quickly, just like its ancestor is expected to be UI process.
However, the compilations are generally batch jobs that can take longer time to complete,
and shoul…
-
## Is your enhancement request related to a problem? Please describe.
At the moment, the explicit import code lenses are quite noisy. Often they take up one line for each line of the import block, …