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?
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