ndmitchell / ghcid

Very low feature GHCi based IDE
Other
1.13k stars 114 forks source link

Option for auto restart with .hsc file #380

Open 4eUeP opened 1 year ago

4eUeP commented 1 year ago

Hi, it appears that I need to utilize --restart Some.hsc in order to enable the functionality of hsc2hs. How about adding an option like --auto-restart-hsc to automate the restarting process? Or enhancing the --restart option to support wildcards, --restart *.hsc?

Related issue: https://github.com/ndmitchell/ghcid/issues/249