haskell / haskell/haskell-language-server

Cabal mixins and custom preludes using stack

Open
#1,415 9 comments 7 reactions 0 assignees View on GitHub
build tool: stack status: blocked type: bug
Dominant language
Haskell
Stars
3k
Forks
455
Avg merge
2d 19h
Merged PRs (30d)
11

Description

HLS is not able to resolve symbols in custom preludes (e.g. relude) when the mixins way is used to replace Prelude:

```
mixins: base hiding (Prelude)
, relude (Relude as Prelude)
```

Other methods, such as base-noprelude or NoImplicitPrelude are instead correctly supported.

N.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.