fendor

Results 794 comments of fendor

Yeah, I think that is sensible. I'd merge a PR for it.

Where is this fake-package used? I know of: * cabal scrips

I think that `cabal env` might be an overall smoother experience and easier to implement, considering it basically already works. A couple of months ago I tried to understand how...

@gbaz well, yes, but I think it would be a good time to remove the fake-package as the script feature would also benefit from that. Additionally, if `cabal repl script.hs`...

Thanks for the reminder! I will update the docs.

Hi, thanks for the bug report! There is currently no way to just turn off the inlay hints for records, I believe, it might be easy to configure, but we...

I am checking whether it is actually fixed with the next release, otherwise we are making sure this prefix will be stripped :)

I think this is fixed on HLS HEAD, not in the next release.

We just merged a PR which significantly improves GHCi with multi repl: https://gitlab.haskell.org/ghc/ghc/-/merge_requests/14231 In short, your use-case will work as you expect it, as well as all GHCi commands, and...

Hi! @benrbray it might also be a possibility to include the cli of gen-hie into HLS directly, then you can invoke gen-hie from HLS directly.