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
Cabal: Disable GHCi libraries on Windows with GHC >=9.4
As noted in #21068, the lld linker used on Windows by GHC 9.4 and later
does not support object merging. Consequently, --enable-library-for-ghci
can no longer be supported on this platform.
0 commit comments