lukexi / halive

Live recompiler for Haskell
BSD 2-Clause "Simplified" License
263 stars 18 forks source link

Ignores emacs flycheck/flymake and before-save files #25

Closed schell closed 7 years ago

schell commented 7 years ago

This fixes an issue where halive needlessly works too hard recompiling before a file is actually saved (at least when used w/ emacs). vim + atom files can easily be added. Also - forgive me because my editor automatically updates imports to my work's conventions. I'll fix it up if need be.