George Thomas

Results 242 comments of George Thomas

> I created an internal library. However, if I visit the exposed library first from an executable, then there is an error because the internal library is not loaded, yet....

Your comment https://github.com/haskell/haskell-language-server/issues/3507#issuecomment-1446009639 suggests that the error now is that HLS fails to notice that two types are the same, due to an intermediate component not being loaded. That's what...

I suppose you're right. Sorry. I got carried away and was too keen to close the issue (this project has often suffered from a lot of duplicate/fixed issues, with no...

I've been using Fourmolu and Ormolu (mostly the former, but the plugins are implemented very similarly) on GHC 9.2 for over half a year, and I've found that `GHC2021` has...

Actually, reading again, could you clarify what the current issue is? It sounds like HLS is doing nothing wrong, and the issue may be that Stack or Ormolu incorrectly fails...

Thanks, can reproduce with Stack, and interestingly _not_ with a similar Cabal skeleton project.

I've hit the same error as OP with HLS 1.9.1.0 since upgrading to GHC 9.4.4, with everything being installed via GHCUp. What's very odd is that the failure seems to...

> @georgefst #3497 Thanks! Good to see that the problem is known and understood (even if it doesn't explain most earlier comments in this thread).

> Note that for your original issue (which is utterly annoying, I'm honestly quite angry at #1078 still being such a thing) you can also add `&remote-program=/run/current-system/sw/bin/nix-store` (or `nix-daemon` for...