WinGHCi does not seem to be maintained anymore. Your issue looks like this issue: https://github.com/haskell/winghci/issues/11. That question is from 2017, so I don’t think it will get an answer anytime soon. I would suggest using GHCi in PowerShell. You could also try to manually compile and install it as described in this recent blog post: https://ryanjohnson.website/install-guide-for-winghci-2522/, but that sounds like a lot of work.
If you want to know how to use the command line GHCi instead of WinGHCi you can ask here. For example, the keybinding ctrl+r in WinGHCi is equivalent to typing :reload in the GHCi command line.
thx very much for this answer, the description in the mentioned github 2017 issue maps exactly what I experienced.
As GHCi via powershell is available in my present installation, I’ll try to follow this advice. It’s really decades ago that I was to use a command line interface for programming, so it’s a rather nostalgic sensation