You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a thread-safety issue that is being fixed atm here, https://gitlab.haskell.org/ghc/ghc/-/merge_requests/5128/diffs. On larger projects, it causes the HLS to crash every 5 seconds, see haskell/haskell-language-server#1465.
I was wondering if it was possible to inject this hotfix into the ghc 8.10.4 derivation in haskell.nix since I'm not sure when 8.10.5 will see the light of the day.
The text was updated successfully, but these errors were encountered:
There is a thread-safety issue that is being fixed atm here, https://gitlab.haskell.org/ghc/ghc/-/merge_requests/5128/diffs. On larger projects, it causes the HLS to crash every 5 seconds, see haskell/haskell-language-server#1465.
I was wondering if it was possible to inject this hotfix into the ghc 8.10.4 derivation in haskell.nix since I'm not sure when 8.10.5 will see the light of the day.
The text was updated successfully, but these errors were encountered: