haskell / haskell/haskell-language-server
Cabal mixins and custom preludes using stack
Open
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.