8

So, I tried to ":set prompt "λ> "" in WinGHCi, it crashed and after that wouldn't start again (Not Responding). I reinstalled the Haskell Platform and it still won't start (Not Responding). GHCi works in cmd. I searched for remaining .conf files before the first un/reinstall for WinGHCi that could make it crash but couldn't find any. I'll appreciate any help, thanks in advance.

rzr
  • 144
  • 2
  • 6

1 Answers1

7

WinGHCi stores its command history in the registry. Just delete everything under HKEY_CURRENT_USER\SOFTWARE\Haskell\WinGHCi from the registry (use regedit).

Additionally, please report this to the developer.

Mikhail Glushenkov
  • 14,928
  • 3
  • 52
  • 65
  • Thank you very much, I deleted the row which says GHCi_PROMPT_COMBO3 REG_SZ "λ> " and everything is back to normal with WinGHCi. :) – rzr Jan 11 '13 at 15:55