knupfer / haskell-emacs

Write Emacs extensions in Haskell
376 stars 22 forks source link

speed up recompilation #28

Closed knupfer closed 8 years ago

knupfer commented 8 years ago

Recompilation could be entirely skipped if the hashes didn't change and the executable exists. This would increase startup performance and useability as dependency in other elisp packages.